mirror of https://github.com/google/oss-fuzz.git
spidermonkey-ufi: fix build (#7213)
avoid endless loop, same as e60aec2762
This commit is contained in:
parent
60b66238a8
commit
fa3db7e07b
|
@ -28,7 +28,9 @@ rustup default nightly
|
|||
# Install dependencies.
|
||||
export MOZBUILD_STATE_PATH=/root/.mozbuild
|
||||
export SHELL=/bin/bash
|
||||
../../mach --no-interactive bootstrap --application-choice browser
|
||||
cd ../../
|
||||
./mach --no-interactive bootstrap --application-choice browser
|
||||
cd js/src/
|
||||
|
||||
autoconf2.13
|
||||
|
||||
|
|
Loading…
Reference in New Issue