Skip to content

Commit

Permalink
Change to use last_green for integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel authored and katre committed Jan 2, 2025
1 parent 94d792a commit 0aec75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ bazel_binaries = use_extension(
dev_dependency = True,
)
bazel_binaries.download(version_file = "//:.bazelversion")
bazel_binaries.download(version = "8.0.0rc2")
bazel_binaries.download(version = "last_green")
bazel_binaries.local(path = "tools/fake_bazel.sh")
use_repo(
bazel_binaries,
"bazel_binaries",
"bazel_binaries_bazelisk",
"build_bazel_bazel_.bazelversion",
"build_bazel_bazel_8_0_0rc2",
"build_bazel_bazel_last_green",
"build_bazel_bazel_local",
)

Expand Down

0 comments on commit 0aec75a

Please sign in to comment.