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

feat: migrate to bzlmod #37

Merged
merged 1 commit into from
Mar 12, 2025
Merged

feat: migrate to bzlmod #37

merged 1 commit into from
Mar 12, 2025

Conversation

filmil
Copy link
Owner

@filmil filmil commented Mar 12, 2025

  • removes WORKSPACE files
  • adds bazel extensions
  • modifies the build env to match

Note, this is not yet in bcr, so it can not yet be used.

Issue: #35

- removes WORKSPACE files
- adds bazel extensions
- modifies the build env to match

Note, this is not yet in bcr, so it can not yet be used.

Issue: #35
@filmil filmil merged commit 34817f9 into main Mar 12, 2025
3 checks passed
bats_assert_sha256 = None
bats_support_version = None
bats_support_sha256 = None
for mod in ctx.modules:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a drive-by comment:

this resolution logic might be strange because ctx.modules returns the modules in BFS order from the root project, this means the root version of bats tools will be overridden by its farthest dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants