File tree Expand file tree Collapse file tree 4 files changed +98
-98
lines changed
browser_patches/firefox-stable Expand file tree Collapse file tree 4 files changed +98
-98
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1
1
REMOTE_URL=" https://github.com/mozilla/gecko-dev"
2
2
BASE_BRANCH=" release"
3
- BASE_REVISION=" 16ac03f1dc5ecf19aadcbac16c273e58b69cc8ab "
3
+ BASE_REVISION=" 3862f77749dd50e54c3d9eea32fb59e84d978c96 "
Original file line number Diff line number Diff line change 3
3
set +x
4
4
5
5
RUST_VERSION=" 1.49.0"
6
- CBINDGEN_VERSION=" 0.16 .0"
6
+ CBINDGEN_VERSION=" 0.19 .0"
7
7
# Certain minimal SDK Version is required by firefox
8
8
MACOS_SDK_VERSION=" 10.12"
9
9
# XCode version can be determined from https://en.wikipedia.org/wiki/Xcode
@@ -87,7 +87,7 @@ if [[ $1 == "--full" || $2 == "--full" ]]; then
87
87
rm -rf " $HOME /.mozbuild/node"
88
88
mv node " $HOME /.mozbuild/"
89
89
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
91
91
fi
92
92
if [[ ! -z " ${WIN32_REDIST_DIR} " ]]; then
93
93
# Having this option in .mozconfig kills incremental compilation.
You can’t perform that action at this time.
0 commit comments