spidermonkey-ufi: fix build (#7213)

avoid endless loop, same as e60aec2762
This commit is contained in:
DavidKorczynski 2022-01-31 10:49:19 +00:00 committed by GitHub
parent 60b66238a8
commit fa3db7e07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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