Skip to content

Commit

Permalink
Set Xcode version to 15.1 on macOS arm64 machines
Browse files Browse the repository at this point in the history
bazel_determinism_test seems to be flaky due to an non-determinsitc issue of the clang compiler in Xcode 14.2

Fixes #20690

PiperOrigin-RevId: 598760276
Change-Id: Ibc46dfa64fe91f26acfa5091a07c17e3bf97f29c
  • Loading branch information
meteorcloudy authored and copybara-github committed Jan 16, 2024
1 parent cddec12 commit 47ebd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ tasks:
- build
- test
macos_arm64:
xcode_version: "15.1"
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
Expand Down
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ tasks:
- test
macos_arm64:
shards: 2
xcode_version: "15.1"
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
Expand Down

0 comments on commit 47ebd41

Please sign in to comment.