browser(firefox-beta): fix Firefox Beta compilation (#9497)

This commit is contained in:
Andrey Lushnikov 2021-10-14 01:41:03 -07:00 committed by GitHub
parent c7bbd449c7
commit 115b37e989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -1,2 +1,2 @@
1294
Changed: lushnikov@chromium.org Wed 13 Oct 2021 06:13:56 PM PDT
1295
Changed: lushnikov@chromium.org Thu Oct 14 01:39:34 PDT 2021

View File

@ -2,12 +2,8 @@
set -e
set +x
RUST_VERSION="1.51.0"
RUST_VERSION="1.53.0"
CBINDGEN_VERSION="0.19.0"
# Certain minimal SDK Version is required by firefox
MACOS_SDK_VERSION="10.12"
# XCode version can be determined from https://en.wikipedia.org/wiki/Xcode
XCODE_VERSION_WITH_REQUIRED_SDK_VERSION="8.3.3"
trap "cd $(pwd -P)" EXIT