mirror of https://github.com/google/oss-fuzz.git
spidermonkey: fix build by avoiding eternal loop (#7210)
An eternal loop exists here 78963fe42f/python/mozboot/mozboot/bootstrap.py (L527-L558)
which is triggered in the current build set up. This fixes it.
This commit is contained in:
parent
3610c9d695
commit
60b66238a8
|
@ -22,7 +22,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