devops: attempt to build firefox without maintenanceservice.exe (#11663)

This commit is contained in:
Andrey Lushnikov 2022-01-26 18:29:53 -07:00 committed by GitHub
parent d4360cf7c0
commit b17f2a86da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1315
Changed: ross.wollman@gmail.com Wed Jan 19 09:15:42 PST 2022
1316
Changed: aslushnikov@gmail.com Wed Jan 26 17:24:09 MST 2022

View File

@ -36,6 +36,7 @@ elif [[ "$(uname)" == "Linux" ]]; then
elif [[ "$(uname)" == MINGW* ]]; then
echo "ac_add_options --disable-update-agent" >> .mozconfig
echo "ac_add_options --disable-default-browser-agent" >> .mozconfig
echo "ac_add_options --disable-maintenance-service" >> .mozconfig
echo "-- building win64 build on MINGW"
echo "ac_add_options --target=x86_64-pc-mingw32" >> .mozconfig

View File

@ -1,2 +1,2 @@
1315
Changed: ross.wollman@gmail.com Tue Jan 18 21:20:13 PST 2022
1316
Changed: aslushnikov@gmail.com Wed Jan 26 17:24:09 MST 2022

View File

@ -36,6 +36,7 @@ elif [[ "$(uname)" == "Linux" ]]; then
elif [[ "$(uname)" == MINGW* ]]; then
echo "ac_add_options --disable-update-agent" >> .mozconfig
echo "ac_add_options --disable-default-browser-agent" >> .mozconfig
echo "ac_add_options --disable-maintenance-service" >> .mozconfig
echo "-- building win64 build on MINGW"
echo "ac_add_options --target=x86_64-pc-mingw32" >> .mozconfig