Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix the Bazel integration test. #9604

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

plumpy
Copy link
Collaborator

@plumpy plumpy commented Dec 9, 2024

Bazel just released version 8.0.0 which uses a MODULE.bazel file instead of a WORKSPACE file. See https://bazel.build/external/migration

I also updated to a new version of rules_oci that supports this new MODULE.bazel.

Fixes #9603.

@plumpy plumpy requested a review from a team as a code owner December 9, 2024 22:05
@plumpy plumpy requested a review from katiexzhang December 9, 2024 22:05
@plumpy plumpy removed the request for review from katiexzhang December 9, 2024 22:05
@plumpy plumpy force-pushed the fix_bazel_test branch 2 times, most recently from de4d44a to bd95d7a Compare December 10, 2024 02:17
Bazel just released version 8.0.0 which uses a MODULE.bazel file instead
of a WORKSPACE file. See https://bazel.build/external/migration

I also updated to a new version of rules_oci that supports this new
MODULE.bazel.
@mattsanta mattsanta merged commit b199eba into GoogleContainerTools:main Dec 10, 2024
12 checks passed
@plumpy plumpy deleted the fix_bazel_test branch December 10, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

integration tests are failing
2 participants