Skip to content

Commit

Permalink
Update r_j_e in tests (#111)
Browse files Browse the repository at this point in the history
This works arounds failures due to Java version detection not coping
with `JAVA_TOOL_OPTIONS` messages from `java -version`.
  • Loading branch information
fmeum authored Jul 30, 2024
1 parent 2c93dc2 commit 34fb5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcr_test_module:
module_path: "examples"
matrix:
platform: ["debian10", "macos_legacy", "ubuntu2004"]
platform: ["debian10", "macos", "macos_arm64", "ubuntu2004"]
bazel: ["6.x", "7.x"]
tasks:
run_tests:
Expand Down
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bazel_dep(name = "rules_java", version = "7.2.0")
bazel_dep(name = "rules_jvm_external")
git_override(
module_name = "rules_jvm_external",
commit = "0a1704520d2ef8af05613924246a18664a5ed504",
commit = "e4c9bf486029d027e1a26e8ba422431705a2bfce",
remote = "https://github.com/fmeum/rules_jvm_external.git",
)

Expand Down

0 comments on commit 34fb5aa

Please sign in to comment.