-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Repo names in platform_mappings aren't handled with bzlmod #17127
Comments
Should be fixed by #17133 |
I tried fixing this a few months ago but ran into circular dependency problems in Bazel's test setup code. Will take another look later. |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 30 days. It will be closed in the next 7 days unless any other activity occurs or the "not stale" label is added. |
@meteorcloudy (or whoever): Can we only have |
Hi all, apologies for the confusion. We're trying to sustainably manage the number of open issues/PRs in the bazel repo and bring down the backlog. All issues & PRs without any activity for 30 days will get a ping from the bot. If there's no further activity for an additional 7/14 days, they will be automatically closed. If you do not want your issue/PR to be closed after the ping (or flagged), we request that you add a comment or notify a maintainer, and we'll add one of the following labels so that the issue is left open:
I hope this helps. Let me know if you have any questions. We'll do our part to make sure appropriate labels are in place so that your issues/PRs don't get closed (or flagged)! cc @sgowroji @kshyanashree |
Also changed the Bazel 6 Workflow to Bzlmod. Works around bazelbuild/bazel#17127.
Hey I ran into this bug as well. Reproduction is simply to copy This is a potential blocker to enable C++ toolchain resolution in Bazel (rules_swift are failing, rules_apple work). I'm saying potential, because the decision is either enable C++ toolchain resoution or bzlmod :( |
Fixes bazelbuild#17127 Closes bazelbuild#17133. PiperOrigin-RevId: 563803704 Change-Id: I0f49fbfce624207b81a6ca4f7e564d9f3b525d54
Description of the bug:
With a
platform_mappings
file like:and this in your MODULE.bazel:
bazel errors with:
changing to:
seems to work, but I believe that would require updating version each time you updated the rules
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
macOS
What is the output of
bazel info release
?6.0.0rc4
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: