Skip to content

Commit

Permalink
bazel: getting ready for BCR
Browse files Browse the repository at this point in the history
* Stop testing in 5.x
* Inform bcr we need at least bazel 6
  • Loading branch information
manuelnaranjo committed Feb 10, 2025
1 parent 793b747 commit 135db4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module(
name = "bazeldnf",
version = "v0.0.0",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 0,
)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gofmt:
gofmt -w pkg/.. cmd/..

e2e-workspace:
@for version in 5.x 6.x 7.x; do \
@for version in 6.x 7.x; do \
( \
cd e2e/bazel-workspace && \
echo "Testing $$version" > /dev/stderr && \
Expand Down

0 comments on commit 135db4b

Please sign in to comment.