chore: fix firefox-stable build on windows (#11456)

This commit is contained in:
Andrey Lushnikov 2022-01-18 06:22:35 -07:00 committed by GitHub
parent 4fa7aa0ff7
commit 5a9ff783be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,10 +114,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
export MOZ_FETCHES_DIR=$HOME/.mozbuild
fi
if ! [[ -f "$HOME/.mozbuild/_virtualenvs/mach/bin/python" ]]; then
./mach create-mach-environment
fi
if [[ $1 == "--juggler" ]]; then
./mach build faster
else