Open meteorcloudy opened 3 days ago
FYI: rules_contest
has been fixed - the failure was due to the flag flip of --incompatible_disallow_empty_glob
.
rules_ruby
are fixed in 0.14.1, the issue was usage of --incompatible_remote_results_ignore_disk
in tests.
rules_wasm
fixed: https://github.com/bazelbuild/bazel-central-registry/pull/3268.
Filed https://github.com/bazelbuild/bazel/issues/24499 to discuss a better solution, but was able to just duplicate some data as a workaround. The breaking change stems from https://github.com/bazelbuild/bazel/commit/27487cf11f61eb23108f8df129dc1a00ee1a4370 which causes the patch tool for http_archive
to always receive a -p
option, even when patch_args
is empty. Is that an issue for anybody else? Or was that just because of my abuse of patch_tool
.
rules_jni@0.10.3 contains a fix.
@ouillie Can you use patch_cmds
instead? That's the recommended way to run arbitrary commands.
rules_jsonnet@0.6.0
Maintainers: @EdSchouten
- rules_jsonnet@0.6.0 - :centos: CentOS 7 - Run example test module
- rules_jsonnet@0.6.0 - :debian: Debian 10 Buster (OpenJDK 11, gcc 8.3.0) - Run example test module
- rules_jsonnet@0.6.0 - :darwin: macOS - Run example test module
- rules_jsonnet@0.6.0 - :ubuntu: Ubuntu 20.04 LTS - Run example test module
It looks like all of these breakages are caused by jsonnet
, not rules_jsonnet
. Unfortunately, I am not able to make able to make contributions to that repository directly. Sorry!
Once these build failures are addressed on the jsonnet
side, I'd be more than happy to cut a new release of rules_jsonnet
that depends on it.
@EdSchouten Yes, jsonnet is also identified in https://github.com/bazelbuild/bazel-central-registry/issues/3056 @mortenmj Can you help fixing this since you contributed the initial BCR module.
rules_sh, rules_nixpkgs and rules_haskell all fail with the same error:
File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/2bbac50a5364a2d14c5e3065383ed7e2/external/rules_sh+/sh/posix.bzl", line 11, column 55, in <toplevel>
load("@bazel_tools//tools/cpp:lib_cc_configure.bzl", "get_cpu_value")
Error: file '@bazel_tools//tools/cpp:lib_cc_configure.bzl' does not contain symbol 'get_cpu_value'
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?
@avdv I think we could expose this in https://github.com/bazelbuild/rules_cc/blob/8395ec0172270f3bf92cd7b06c9b5b3f1f679e88/cc/toolchains/toolchain_config_utils.bzl#L22
rules_flex fix: https://github.com/bazelbuild/bazel-central-registry/pull/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
The following modules are broken with Bazel@8.0.0rc4:
BCR Bazel Compatibility Test: https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/72
This may have some overlap with https://github.com/bazelbuild/bazel-central-registry/issues/3056
rules_android@0.5.1
Maintainers: @ted-xie, @ahumesky
rules_android_ndk@0.1.2
Maintainers: @bazelbuild/bcr-maintainers
rules_appimage@1.16.1
Maintainers: @lalten
rules_apple@3.13.0
Maintainers: @keith, @BalestraPatrick, @brentleyjones, @thii, @luispadron
rules_apple_linker@0.5.1
Maintainers: @keith
rules_buf@0.3.0
Maintainers: @srikrsna-buf
rules_build_error@0.6.1
Maintainers: @yuyawk
rules_bzip2@1.0.0-beta.5
Maintainers: @mattyclarkson
rules_contest@0.9.2
Maintainers: @nya3jp
rules_curl@1.0.0-alpha.8
Maintainers: @mattyclarkson
rules_diff@1.0.0-beta.5
Maintainers: @mattyclarkson
rules_directory@0.0.2
Maintainers: @matts1
rules_elm@1.0.1
Maintainers: @kczulko
rules_erlang@3.16.0
Maintainers: @pjk25
rules_flex@0.2.1
Maintainers: @jmillikin
rules_graalvm@0.11.1
Maintainers: @sgammon
rules_gzip@1.0.0-beta.5
Maintainers: @mattyclarkson
rules_haskell@1.0
Maintainers: @avdv, @aherrmann
rules_ios@5.2.0
Maintainers: @luispadron
rules_jni@0.10.1
Maintainers: @fmeum
rules_jsonnet@0.6.0
Maintainers: @EdSchouten
rules_kotlin@2.0.0
Maintainers: @Bencodes, @restingbull, @nkoroste
rules_nixpkgs_core@0.12.0
Maintainers: @benradf, @aherrmann
rules_oci@2.0.1
Maintainers: @alexeagle, @thesayyn
rules_pact@1.1.9
Maintainers: @opicaud
rules_pkl@0.1.0
Maintainers: @bazelbuild/bcr-maintainers
rules_poetry@0.3.6
Maintainers: @oxidase
rules_proto_grpc_c@5.0.1
Maintainers: @aaliddell
rules_pycross@0.6.1
Maintainers: @jvolkman
rules_req_compile@1.0.0rc29
Maintainers: @sputt, @abrisco
rules_ruby@0.14.0
Maintainers: @p0deje
rules_sh@0.4.0
Maintainers: @avdv, @aherrmann
rules_shtk@1.7.0
Maintainers: @jmmv
rules_squashfs@1.0.0-alpha.2
Maintainers: @mattyclarkson
rules_swift_package_manager@0.40.1
Maintainers: @cgrindel
rules_synology@0.0.2
Maintainers: @chickenandpork
rules_tar@1.0.0-beta.4
Maintainers: @mattyclarkson
rules_tf@0.0.8
Maintainers: @yanndegat
rules_wasm@1.0.16
Maintainers: @ouillie
rules_xz@1.0.0-beta.5
Maintainers: @mattyclarkson
rules_zig@0.6.0
Maintainers: @aherrmann
rules_zstd@1.0.0-beta.6
Maintainers: @mattyclarkson