Xiaoyi
Xiaoyi
### Description of the bug: Darwin sets TMPDIR in the login shell by default, and it will be forwarded to action. When using docker-sandbox, the TMPDIR refers to a host...
When I build `glib` with `meson_with_requirements`, it causes `gettext` to be built 4 times with different configurations (should be 2 times.) `gettext` is a dependency of both `glib` and `pango`,...
I started this quest as `@rules_foreign_cc//toolchains/private:make_tool` segfaults when `wildcard` is used. It turned out that `make` was not linking against the `glob()` function from the source tree, but a version...
When embedding generated targets in the `cargo_build_script`'s `data` attribute, it will be embedded as runfiles for the actual script's `rust_binary` target. As `cargo_build_script` performs config transition for the `script` attribute,...
When using `rules_rust` to build `glib-sys`, the package uses `system-deps` to find system dependencies, which then calls `pkg-config` to find extra `CCFLAGS`, `LDFLAGS` and `LIBS` from the dependencies. The output...
rules_perl can be included with either `git_repository` or `http_repository`. The former requires git in the exec env, and the latter uses github source tarball. Git one cannot be cached to...
The perl keeps using host's perl library: ``` Can't locate FindBin.pm in @INC (you may need to install the FindBin module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at...
We have a monorepo that has hundreds of crates in it. Using current crate_universe rules is painful in different ways: - [crates_repository](https://bazelbuild.github.io/rules_rust/crate_universe.html#crates_repository) - frequent and painfully slow splicing/repinning given that...
``` bazel run //third_party/rust:update-repos INFO: Invocation ID: 515c31d7-a136-47ee-9680-d0dd6f8f2018 ERROR: no such package '@@cargo_bazel_bootstrap//': The repository '@@cargo_bazel_bootstrap' could not be resolved: Repository '@@cargo_bazel_bootstrap' is not defined ERROR: third_party/rust/BUILD.bazel:3:14: every rule of...
Fixes #2892