Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Oct 4, 2024
1 parent b2c0b47 commit be5e876
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
27 changes: 3 additions & 24 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ matrix:
tasks:
test_module_bzlmod:
name: "Test module (Bazel 7.3.2, Bzlmod)"
working_directory: "tests/bcr"
bazel: 7.3.2
platform: ${{ platform }}
build_flags:
Expand All @@ -21,6 +22,7 @@ tasks:
- "//..."
test_module_workspace:
name: "Test module (Bazel 7.3.2, WORKSPACE)"
working_directory: "tests/bcr"
bazel: 7.3.2
platform: ${{ platform }}
build_flags:
Expand All @@ -35,6 +37,7 @@ tasks:
- "//..."
test_module_head:
name: "Test module (Bazel@HEAD, Bzlmod)"
working_directory: "tests/bcr"
bazel: last_green
platform: ${{ platform }}
build_flags:
Expand All @@ -47,27 +50,3 @@ tasks:
- "--noenable_workspace"
test_targets:
- "//..."
test_module_bzlmod_legacy:
name: "Test module (Bazel 6.0.0, Bzlmod)"
bazel: 6.0.0
platform: ${{ platform }}
build_flags:
- "--enable_bzlmod"
build_targets:
- "//..."
test_flags:
- "--enable_bzlmod"
test_targets:
- "//..."
test_module_workspace_legacy:
name: "Test module (Bazel 6.0.0, WORKSPACE)"
bazel: 6.0.0
platform: ${{ platform }}
build_flags:
- "--noenable_bzlmod"
build_targets:
- "//..."
test_flags:
- "--noenable_bzlmod"
test_targets:
- "//..."
1 change: 1 addition & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/bcr
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module(
name = "rules_shell",
version = "0.0.0",
bazel_compatibility = [">=7.3.2"],
)

bazel_dep(name = "platforms", version = "0.0.10")
Expand Down
1 change: 0 additions & 1 deletion tests/bcr/.bazelrc

This file was deleted.

0 comments on commit be5e876

Please sign in to comment.