Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Bazel 5.x test suite #1148

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
validate_config: 1
bazel: 7.1.0
bazel: 7.1.1
buildifier:
version: 6.4.0
# no lint warnings for the moment. They are basically a smoke alarm in hell.
Expand Down Expand Up @@ -48,14 +48,13 @@ tasks:
# cannot be used with remote builds)
- "--strategy=KotlinCompile=remote"
- "--config=rbe"
# TODO: Enable these tests once this example is building against the release rules_kotlin binary
# example-android-5.x:
# name: "Example - Android using Bazel 5.x"
# platform: ubuntu1804
# working_directory: examples/android
# bazel: 5.4.1
# test_targets:
# - //app:all
example-android-5.x:
name: "Example - Android using Bazel 5.x"
platform: ubuntu1804
working_directory: examples/android
bazel: 5.4.1
test_targets:
- //app:all
example-android-6.x:
name: "Example - Android using Bazel 6.x"
platform: ubuntu1804
Expand Down
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
common --enable_bzlmod=true

common:rbe --java_runtime_version=11
common:rbe --tool_java_runtime_version=11

Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.1.1
1 change: 0 additions & 1 deletion examples/android/.bazelrc

This file was deleted.