Skip to content

Commit 0f7a760

Browse files
authored
browser(firefox): roll Firefox-stable to 89 (#6823)
1 parent d21a72e commit 0f7a760

File tree

4 files changed

+98
-98
lines changed

4 files changed

+98
-98
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1257
2-
Changed: yurys@chromium.org Thu 27 May 2021 04:34:23 PM PDT
1+
1258
2+
Changed: lushnikov@chromium.org Tue Jun 1 12:53:28 PDT 2021
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REMOTE_URL="https://github.com/mozilla/gecko-dev"
22
BASE_BRANCH="release"
3-
BASE_REVISION="16ac03f1dc5ecf19aadcbac16c273e58b69cc8ab"
3+
BASE_REVISION="3862f77749dd50e54c3d9eea32fb59e84d978c96"

browser_patches/firefox-stable/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set +x
44

55
RUST_VERSION="1.49.0"
6-
CBINDGEN_VERSION="0.16.0"
6+
CBINDGEN_VERSION="0.19.0"
77
# Certain minimal SDK Version is required by firefox
88
MACOS_SDK_VERSION="10.12"
99
# XCode version can be determined from https://en.wikipedia.org/wiki/Xcode
@@ -87,7 +87,7 @@ if [[ $1 == "--full" || $2 == "--full" ]]; then
8787
rm -rf "$HOME/.mozbuild/node"
8888
mv node "$HOME/.mozbuild/"
8989
elif [[ "$(uname)" == "Darwin" || "$(uname)" == "Linux" ]]; then
90-
SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser --no-system-changes
90+
SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser
9191
fi
9292
if [[ ! -z "${WIN32_REDIST_DIR}" ]]; then
9393
# Having this option in .mozconfig kills incremental compilation.

0 commit comments

Comments
 (0)