UebelAndre

Results 137 issues of UebelAndre

Noticed on https://buildkite.com/bazel/rules-rust-rustlang/builds/8734#0188b4bf-9114-4a94-9319-62e42cc4610d for the new post commands and suspect it's the same case for startup commands. Any suggestions on how to fix?

### What happened? I have a dependencies on `[email protected]` and after updating to the latest `1.34.1` and Bazel 7.0.0 I get the following error ``` WARNING: /home/user/code/BUILD.bazel:42:22 //:.aspects_rules_js/node_modules/[email protected]/pkg is a...

documentation
help wanted

The Cargo [Feature Resolver version 2](https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2) behavior is currently not supported by the `cargo metadata` sub command (https://github.com/rust-lang/cargo/issues/9863) which `crate_universe` uses to determine the dependencies of a target, leading to...

I would like to take multiple crates and build docs for all of them in a similar fashion to [Cargo](https://doc.rust-lang.org/cargo/commands/cargo-doc.html). With Cargo, I'm able to take the following workspace with...

enhancement
rustdoc

It seems using `genquery` on any Rust targets leads to failures due to a cycle in the dependency graph. The diff below can be used to repro the issue and...

bug

I noticed a build failure on https://github.com/bazelbuild/rules_rust/pull/1669 which I didn't expect based on the changes being made: https://buildkite.com/bazel/rules-rust-rustlang/builds/7484#0184af2d-b9bf-42d9-afe6-12b999c35d61 ``` Executing tests from //util/import:import_internal_test ----------------------------------------------------------------------------- running 10 tests test tests::test_label_parsing ......

bug
import

https://buildkite.com/bazel/rules-rust-rustlang/builds/10847#018e4620-7a11-47df-af2b-e6c2f2b8000d ``` exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //ffi/rust_calling_c:matrix_dylib_test ----------------------------------------------------------------------------- /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/90e2e9b2d72fa9b00c19ff0535bb31ae/sandbox/linux-sandbox/5894/execroot/examples/bazel-out/k8-fastbuild/bin/ffi/rust_calling_c/test-1366775444/matrix_dylib_test.runfiles/examples/ffi/rust_calling_c/test-1366775444/matrix_dylib_test: error while loading shared libraries: libnative_matrix_so.so: cannot open shared object file: No such file or directory...

bug

# 🚀 feature request ### Description I'm wondering if there's a way to generate python runfiles in an action. This is probably a Bazel request but so far I've only...

help wanted

Hi, I hope this is the right place for this. I'm getting the following build error when I try to build an `android_binary` with an `android_library` that's trying to link...

This is the tracking issue for what's described in the README: https://github.com/bazelbuild/rules_perl/blob/2f4f36f454375e678e81e5ca465d4d497c5c02da/README.md#L43-L45 This way folks can subscribe to something in case this functionality gets added.