devops: require Xcode 13.2 for CR (#12194)

This commit is contained in:
Max Schmitt 2022-02-17 22:21:12 +01:00 committed by GitHub
parent 21ae298015
commit 6ec00a9ae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,8 +41,8 @@ compile_chromium() {
source "${SCRIPT_FOLDER}/ensure_depot_tools.sh" source "${SCRIPT_FOLDER}/ensure_depot_tools.sh"
if [[ $1 == "--compile-mac"* ]]; then if [[ $1 == "--compile-mac"* ]]; then
# As of Jan, 2021 Chromium mac compilation requires Xcode12.2 # As of Feb, 2022 Chromium mac compilation requires Xcode13.2
selectXcodeVersionOrDie "12.2" selectXcodeVersionOrDie "13.2"
# As of Jan, 2021 Chromium mac compilation is only possible on Intel macbooks. # As of Jan, 2021 Chromium mac compilation is only possible on Intel macbooks.
# See https://chromium.googlesource.com/chromium/src.git/+/main/docs/mac_arm64.md # See https://chromium.googlesource.com/chromium/src.git/+/main/docs/mac_arm64.md
if [[ $1 == "--compile-mac-arm64" && $(uname -m) != "x86_64" ]]; then if [[ $1 == "--compile-mac-arm64" && $(uname -m) != "x86_64" ]]; then