aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images/base-builder/compile
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2022-02-01 07:56:59 +1100
committerGravatar GitHub <noreply@github.com>2022-02-01 07:56:59 +1100
commitfb6e9fdfef569b9be569e40a6c4a63dd0da72b2c (patch)
treec07b0a545d0fc35f4c253f6d0fb94cc0eff8bc94 /infra/base-images/base-builder/compile
parent102d75aafb2cd6c597b2a977b180cf2bea48ad0e (diff)
Fuzz introspector build fixes. (#7211)
- Point `compile` to the right `fuzz-introspector` location (since it's no longer checked out in $SRC). - Rename build tag to "introspector" to be more consistent with other tags. - Fix bad merge in deploy.sh script. - Add introspector setup to project sync. - Enable more logging for project sync cron.
Diffstat (limited to 'infra/base-images/base-builder/compile')
-rwxr-xr-xinfra/base-images/base-builder/compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-builder/compile b/infra/base-images/base-builder/compile
index e2c29993..da8fadbe 100755
--- a/infra/base-images/base-builder/compile
+++ b/infra/base-images/base-builder/compile
@@ -216,7 +216,7 @@ if [ "$SANITIZER" = "introspector" ]; then
fi
cd $SRC/inspector
- python3 $SRC/fuzz-introspector/post-processing/main.py --target_dir=$SRC/inspector --git_repo_url=$GIT_REPO --coverage_url=$COVERAGE_URL
+ python3 /fuzz-introspector/post-processing/main.py --target_dir=$SRC/inspector --git_repo_url=$GIT_REPO --coverage_url=$COVERAGE_URL
cp -rf $SRC/inspector $OUT/inspector
fi