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

fix: drop Bazel 6 support #469

Merged
merged 1 commit into from
Jan 24, 2025
Merged

fix: drop Bazel 6 support #469

merged 1 commit into from
Jan 24, 2025

Conversation

alexeagle
Copy link
Member

We depend on rules_jvm_external which no longer supports it.

error is like

(03:51:09) ERROR: file:///workdir/modules/rules_jvm_external/6.5/MODULE.bazel:101:13: name 'use_repo_rule' is not defined
(03:51:09) ERROR: Error computing the main repository mapping: in module dependency chain <root> -> [email protected]: error executing MODULE.bazel file for [email protected]

had to make this change previously as part of bazelbuild/bazel-central-registry#3452

We depend on rules_jvm_external which no longer supports it.

error is like
```
(03:51:09) ERROR: file:///workdir/modules/rules_jvm_external/6.5/MODULE.bazel:101:13: name 'use_repo_rule' is not defined
(03:51:09) ERROR: Error computing the main repository mapping: in module dependency chain <root> -> [email protected]: error executing MODULE.bazel file for [email protected]
```

had to make this change previously as part of bazelbuild/bazel-central-registry#3452
@alexeagle alexeagle requested a review from jbedard January 24, 2025 03:54
@alexeagle alexeagle enabled auto-merge (squash) January 24, 2025 03:54
@alexeagle alexeagle requested a review from kormide January 24, 2025 22:51
@alexeagle alexeagle merged commit 50c151a into main Jan 24, 2025
7 checks passed
@alexeagle alexeagle deleted the alexeagle-patch-3 branch January 24, 2025 23:47
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