-
Notifications
You must be signed in to change notification settings - Fork 2.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
[Bazel CI]cc_configure.bzl does not export a module extension called cc_configure_extension. #1135
Comments
See #1135. Not sure if this will work because the error only repros on Windows with a specific Bazel version.
See #1135. Not sure if this will work because the error only repros on Windows with a specific Bazel version.
Thanks for the report! Esp thanks for the repro steps with USE_BAZEL_VERSION, super helpful. I found the migration guide linked from the culprit a lacking here. It just says "If you are depending on anything in @bazel_tools//tools/cpp, you should use the version from @rules_cc instead." - IIUC this dependency came from the PR that migrated glog to bzlmod, but I figured I'd take a shot at migrating it.
Created #1136 and hoping I'm on the right track given that I don't have a way to actually test the fix. |
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4200#01928e5d-1434-461c-a9de-dd55737653e3
Platform: Windows
Logs:
Culprit: bazelbuild/bazel@1c4e78a
Steps:
CC Greenteam @meteorcloudy
The text was updated successfully, but these errors were encountered: