Add JDK 21 toolchain for linux_riscv64#258
Add JDK 21 toolchain for linux_riscv64#258JackWolfard wants to merge 1 commit intobazelbuild:masterfrom
linux_riscv64#258Conversation
|
I have confirmed |
|
The CI failure is due to the missing mirror which I cannot add. If I was to remove this mirror url, then another test would fail due to Adoptium JDK sources being expected to have both a GitHub and a mirror url. |
|
You can file a mirror request under https://github.com/bazelbuild/bazel/issues/new/choose |
Thank you. I've filed bazelbuild/bazel#24842. |
|
With the mirror url now available, I have confirmed the failing test $ bazel test //test:check_remote_jdk_configs_test
INFO: Analyzed target //test:check_remote_jdk_configs_test (0 packages loaded, 0 targets configured).
INFO: Found 1 test target...
Target //test:check_remote_jdk_configs_test up-to-date:
bazel-bin/test/check_remote_jdk_configs_test
INFO: Elapsed time: 160.602s, Critical Path: 160.48s
INFO: 2 processes: 1 action cache hit, 2 linux-sandbox.
INFO: Build completed successfully, 2 total actions
//test:check_remote_jdk_configs_test PASSED in 160.4s
Executed 1 out of 1 test: 1 test passes. |
Copybara Import from bazelbuild#258 BEGIN_PUBLIC Add JDK 21 toolchain for `linux_riscv64` (bazelbuild#258) A Googler will need to help add the mirror for Adoptium Temurin's 21.0.4+7 JDK release for `linux_riscv64` * https://bazel.googlesource.com/continuous-integration/+/refs/heads/master/docs/mirror.md Closes bazelbuild#258 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=bazelbuild#258 from JackWolfard:jdk21-riscv64 4df051d PiperOrigin-RevId: 713668463 Change-Id: I2b7f15bcef430654077df27475dedd4453a1d9ce
This is a cherry-pick of #258 into 7.x. A new release would be appreciated as building bazel 7.x on riscv64 would require this. --------- Co-authored-by: Jack Wolfard <[email protected]>
A Googler will need to help add the mirror for Adoptium Temurin's 21.0.4+7 JDK release for
linux_riscv64