-
Notifications
You must be signed in to change notification settings - Fork 349
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
rules_* modules broken with Bazel 8.0.0rc8 #3260
Comments
Upgrade to https://github.com/fmeum/with_cfg.bzl/releases/tag/v0.6.0 to fix `Error: 'struct' value has no field or method 'AppleDebugOutputs'` and work towards bazelbuild/bazel-central-registry#3260
FYI: |
Upgrade `with_cfg.bzl` to https://github.com/fmeum/with_cfg.bzl/releases/tag/v0.6.0 to fix `Error: 'struct' value has no field or method 'AppleDebugOutputs'` in https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/72#019367bc-a37c-4ae9-acf2-4a0ccdfdf8c9 and work towards bazelbuild/bazel-central-registry#3260
This should unblock bazelbuild/bazel-central-registry#3260
This should unblock bazelbuild/bazel-central-registry#3260
This should unblock bazelbuild/bazel-central-registry#3260
|
Filed bazelbuild/bazel#24499 to discuss a better solution, but was able to just duplicate some data as a workaround. The breaking change stems from bazelbuild/bazel@27487cf which causes the patch tool for |
[email protected] contains a fix. @ouillie Can you use |
It looks like all of these breakages are caused by Once these build failures are addressed on the |
@EdSchouten Yes, jsonnet is also identified in #3056 |
rules_sh, rules_nixpkgs and rules_haskell all fail with the same error:
We were relying on this macro, but apparently it has been removed and the one in rules_cc is private. We are going to vendor a copy of this macro into our rules to solve this, but maybe others are also having this issue and copying this code around seems not very maintainable. WDYT? |
Copybara Import from #283 BEGIN_PUBLIC Expose get_cpu_value in toolchain_config_utils.bzl (#283) Addressing bazelbuild/bazel-central-registry#3260 (comment) Closes #283 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#283 from bazelbuild:meteorcloudy-patch-5 8d7f986 PiperOrigin-RevId: 700977422 Change-Id: I979446d5d79d8da465ec538632326d6d2c6932f7
rules_flex fix: #3285 |
rules_Synology will take a few days to fix: I butchered the bcr template and I’m afk 3 days. I can’t reproduce the failure but have a fix for a guess of the cause into v0.0.3 |
After some templating issues, #3330 brings in v0.1.1 (via chickenandpork/rules_synology#176) which might have a fix for |
@meteorcloudy can we pass |
…f bazel version is overridden (#2140) Address: bazelbuild/bazel-central-registry#3260 (comment)
@keith |
The following modules are broken with [email protected] (Updated Dec 9):
BCR Bazel Compatibility Test: https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/103
[email protected]
Maintainers: @ted-xie, @ahumesky
[email protected]
Maintainers: @bazelbuild/bcr-maintainers
[email protected]
Maintainers: @lalten
[email protected]
Maintainers: @keith
[email protected]
Maintainers: @srikrsna-buf
[email protected]
Maintainers: @matts1
[email protected]
Maintainers: @kczulko
[email protected]
Maintainers: @pjk25
[email protected]
Maintainers: @sgammon
[email protected]
Maintainers: @avdv, @aherrmann
[email protected]
Maintainers: @luispadron
[email protected]
Maintainers: @EdSchouten
[email protected]
Maintainers: @Bencodes, @restingbull, @nkoroste
[email protected]
Maintainers: @benradf, @aherrmann
[email protected]
Maintainers: @alexeagle, @thesayyn
[email protected]
Maintainers: @opicaud
[email protected]
Maintainers: @oxidase
[email protected]
Maintainers: @aaliddell
[email protected]
Maintainers: @jvolkman
[email protected]
Maintainers: @avdv, @aherrmann
[email protected]
Maintainers: @jmmv
[email protected]
Maintainers: @cgrindel
[email protected]
Maintainers: @chickenandpork
[email protected]
Maintainers: @aherrmann
The text was updated successfully, but these errors were encountered: