Skip to content

Commit

Permalink
Build Bazel with Xcode 12.4.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 356973030
  • Loading branch information
philwo authored and copybara-github committed Feb 11, 2021
1 parent a3d8f91 commit caf1355
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ platforms:
- "-c"
- "opt"
macos:
xcode_version: "11.7"
xcode_version: "12.4"
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
Expand Down
2 changes: 1 addition & 1 deletion .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ tasks:
- build
- test
macos:
xcode_version: "11.7"
xcode_version: "12.4"
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE
Expand Down
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ tasks:
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
- "-//src/java_tools/import_deps_checker/..."
macos:
xcode_version: "11.7"
xcode_version: "12.4"
shards: 5
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
Expand Down

0 comments on commit caf1355

Please sign in to comment.