Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 29, 2024
1 parent 2348462 commit c1acd09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .bazeliskrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.9.25
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- bazel-version:
major: 6
config: rbe
# Dont' test root workspace with Bazel 6 to reduce the size of the test matrix
- bazel-version:
major: 6
folder: .
Expand Down Expand Up @@ -189,8 +190,8 @@ jobs:
--bazelrc=${GITHUB_WORKSPACE//\\/\/}/.github/workflows/ci.bazelrc \
test \
--config=${{ matrix.config }} \
--test_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }} \
--build_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }} \
--test_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }},-skip-on-bzlmod-${{ matrix.bzlmod }} \
--build_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }},-skip-on-bzlmod-${{ matrix.bzlmod }} \
--enable_bzlmod=${{ matrix.bzlmod }} \
//...
env:
Expand Down
4 changes: 4 additions & 0 deletions docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ stardoc_with_diff_test(
bzl_library_target = "//ts:defs",
tags = [
"skip-on-bazel6",
"skip-on-bzlmod-0",
"skip-on-rbe",
],
)
Expand All @@ -16,6 +17,7 @@ stardoc_with_diff_test(
bzl_library_target = "//ts:proto",
tags = [
"skip-on-bazel6",
"skip-on-bzlmod-0",
"skip-on-rbe",
],
)
Expand All @@ -26,6 +28,7 @@ stardoc_with_diff_test(
symbol_names = ["rules_ts_dependencies"],
tags = [
"skip-on-bazel6",
"skip-on-bzlmod-0",
"skip-on-rbe",
],
)
Expand All @@ -34,6 +37,7 @@ update_docs(
name = "update",
tags = [
"skip-on-bazel6",
"skip-on-bzlmod-0",
"skip-on-rbe",
],
)
Expand Down

0 comments on commit c1acd09

Please sign in to comment.