phlax
phlax
re rbac flake see https://github.com/envoyproxy/envoy/pull/35899 and related ticket
cc @mpwarres @martijneken updating these deps is still blocked by proxy-wasm-cpp-host needing an update (and conversion to crate_universe etc)
> is it still blocked? yeah, i believe so
so this is the error ```console ERROR: /build/bazel_root/base/external/proxy_wasm_cpp_host/bazel/cargo/wasmtime/BUILD.bazel:42:6: error loading package '@wasmtime__wasmtime__9_0_3//': cannot load '@rules_rust//cargo:cargo_build_script.bzl': no such file and referenced by '@proxy_wasm_cpp_host//bazel/cargo/wasmtime:wasmtime' ERROR: Evaluation of query "deps((//contrib/exe/... union //distribution/... union...
brilliant, thanks @martijneken - ill have a go again at bumping this batch of deps
@martijneken thanks - confirming that cpp_host has now been updated unfortunately this still fails due to https://github.com/bazelbuild/rules_rust/issues/2665 cf: https://dev.azure.com/cncf/envoy/_build/results?buildId=178626&view=logs&j=b6a93b2f-c9eb-5004-2b80-f11f3e41d6df&t=b9aeef91-fdf0-5be6-08f0-d544c00fc771&l=276
> Can we do the same here? most likely, ill try it now ...
seems not out of the box - afaict its failing due to: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/3f4274ec8c6276cb187eb2c3a76752cb915b9c01/bazel/cargo/remote/BUILD.ahash-0.8.11.bazel#L208 which i think is most likely related to the rules_rust version which is higher in rust-sdk
brilliant! huge thanks @krinkinmu - ill give it a whirl
this is still happening pretty frequently