mozconfig path is elsewhere

This commit is contained in:
ohfp 2020-03-29 00:38:17 +01:00
parent 45614f50a6
commit 8e1b87d400

View file

@ -28,8 +28,7 @@ cd $srcdir;
printf "\nRunning bootstrapper to install build dependencies (using ./mach script within source code)\n"; printf "\nRunning bootstrapper to install build dependencies (using ./mach script within source code)\n";
./mach bootstrap --application-choice=browser --no-interactive; ./mach bootstrap --application-choice=browser --no-interactive;
# deleting it earlier breaks because bootstrap seems to create a new one rm -f mozconfig
rm -f common/source_files/mozconfig
# Do 3-tier PGO # Do 3-tier PGO
echo "Building instrumented browser..." echo "Building instrumented browser..."