From b17f2a86daa516b19698e996125c3f74c5e14e22 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 26 Jan 2022 18:29:53 -0700 Subject: [PATCH] devops: attempt to build firefox without maintenanceservice.exe (#11663) --- browser_patches/firefox-beta/BUILD_NUMBER | 4 ++-- browser_patches/firefox-beta/build.sh | 1 + browser_patches/firefox/BUILD_NUMBER | 4 ++-- browser_patches/firefox/build.sh | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/browser_patches/firefox-beta/BUILD_NUMBER b/browser_patches/firefox-beta/BUILD_NUMBER index b6838ab9fc..035d2fca14 100644 --- a/browser_patches/firefox-beta/BUILD_NUMBER +++ b/browser_patches/firefox-beta/BUILD_NUMBER @@ -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 diff --git a/browser_patches/firefox-beta/build.sh b/browser_patches/firefox-beta/build.sh index 3c75a2597c..aaaa413b84 100755 --- a/browser_patches/firefox-beta/build.sh +++ b/browser_patches/firefox-beta/build.sh @@ -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 diff --git a/browser_patches/firefox/BUILD_NUMBER b/browser_patches/firefox/BUILD_NUMBER index 389e26693f..035d2fca14 100644 --- a/browser_patches/firefox/BUILD_NUMBER +++ b/browser_patches/firefox/BUILD_NUMBER @@ -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 diff --git a/browser_patches/firefox/build.sh b/browser_patches/firefox/build.sh index 44f6309bd9..7ff51dd03b 100755 --- a/browser_patches/firefox/build.sh +++ b/browser_patches/firefox/build.sh @@ -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