Skip to content

Commit

Permalink
Fix mac agent native errors (bazelbuild#7216)
Browse files Browse the repository at this point in the history
* update to java 21

* run tests exclusively to avoid oom of mac agents
  • Loading branch information
LeFrosch authored Jan 10, 2025
1 parent 2417d58 commit 28f8725
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2,507 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build --java_language_version=17 --java_runtime_version=17
build --tool_java_language_version=17 --tool_java_runtime_version=17
build --java_language_version=21 --java_runtime_version=21
build --tool_java_language_version=21 --tool_java_runtime_version=21

# Delete test data packages, needed for bazel integration tests. Update by running the following command:
# bazel run @rules_bazel_integration_test//tools:update_deleted_packages
Expand Down
Loading

0 comments on commit 28f8725

Please sign in to comment.