Skip to content

Commit

Permalink
Remove ubuntu18 as rules_proto absiel version doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed Jan 5, 2025
1 parent 711a98f commit 2c3065f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
matrix:
unittest_platform:
- ubuntu2004
- ubuntu1804
integration_platform:
- ubuntu2004
- ubuntu1804
# - macos
# - windows re-enable when rules_bazel_integration_test can support custom test runner on windows.
test_flags:
Expand Down Expand Up @@ -35,7 +33,8 @@ tasks:
- "--config=rbe"
test_targets:
- //examples:all
rbe_ubuntu1604:
rbe:
platform: ${{ unittest_platform }}
test_targets:
- "--"
- "//src/test/kotlin/io/bazel/kotlin/builder:builder_tests"
Expand All @@ -50,7 +49,7 @@ tasks:
- "--strategy=KotlinCompile=remote"
stardoc:
name: Stardoc api documentation
platform: ubuntu1804
platform: ubuntu2004
build_flags:
- "--enable_bzlmod=true"
build_targets:
Expand All @@ -59,7 +58,7 @@ tasks:
- //docs:are_docs_up_to_date_test
ktlint:
name: KtLint
platform: ubuntu1804
platform: ubuntu2004
test_targets:
- //...
test_flags:
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ maven.override(
use_repo(maven, "kotlin_rules_maven", "unpinned_kotlin_rules_maven")

bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "rules_proto", version = "7.0.2")
bazel_dep(name = "stardoc", version = "0.7.2", repo_name = "io_bazel_stardoc")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")

bazel_dep(name = "rules_testing", version = "0.5.0", dev_dependency = True)
bazel_dep(name = "rules_bazel_integration_test", version = "0.25.0", dev_dependency = True)
Expand Down

0 comments on commit 2c3065f

Please sign in to comment.