aboutsummaryrefslogtreecommitdiff
path: root/projects/spidermonkey-ufi
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2020-05-24 00:27:54 -0700
committerGitHub <noreply@github.com>2020-05-24 00:27:54 -0700
commitd096f611fe3c404b24586061515cf19a6cbbd9e6 (patch)
treeaccec2765eada76ede97c6c8e1503eada8cef50f /projects/spidermonkey-ufi
parentb79b7cd88d2676b41ae2156b4f688eb43f179517 (diff)
downloadoss-fuzz-d096f611fe3c404b24586061515cf19a6cbbd9e6.tar.gz
Use available rust nightly in spidermonkey-ufi
Diffstat (limited to 'projects/spidermonkey-ufi')
-rwxr-xr-xprojects/spidermonkey-ufi/build.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/projects/spidermonkey-ufi/build.sh b/projects/spidermonkey-ufi/build.sh
index 0460c0e43..d4deb8dcd 100755
--- a/projects/spidermonkey-ufi/build.sh
+++ b/projects/spidermonkey-ufi/build.sh
@@ -21,13 +21,9 @@ FUZZ_TARGETS=(
Wasm
)
-# Install dependencies. Note that bootstrap installs cargo, which must be added
-# to PATH via source. In a successive run (for a different sanitizer), the
-# cargo installation carries over, but bootstrap fails if cargo is not in PATH.
+# Install dependencies.
export SHELL=/bin/bash
-[[ -f "$HOME/.cargo/env" ]] && source $HOME/.cargo/env
../../mach bootstrap --no-interactive --application-choice browser
-source $HOME/.cargo/env
autoconf2.13