Skip to content

Commit

Permalink
Separate java_tools releases for darwin platforms (bazelbuild#1571)
Browse files Browse the repository at this point in the history
Will merge this after bazelbuild/bazel#17782
  • Loading branch information
hvadehra authored and fmeum committed Dec 10, 2023
1 parent 281aea5 commit f62646b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pipelines/java_tools-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ steps:
bazel --ignore_all_rc_files version
./src/upload_all_java_tools.sh
env:
BAZEL_USE_CPP_ONLY_TOOLCHAIN: "0"
BAZEL_USE_CPP_ONLY_TOOLCHAIN: "1"
label: ":darwin:"
agents:
- "queue=macos"
- command: |-
bazel --ignore_all_rc_files version
./src/upload_all_java_tools.sh
env:
BAZEL_USE_CPP_ONLY_TOOLCHAIN: "1"
label: ":darwin_arm64:"
agents:
- "queue=macos_arm64"

0 comments on commit f62646b

Please sign in to comment.