commit | 405a8a675189b2b362e7dd597783b6575784bd96 | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Fri Dec 06 02:30:54 2024 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 06 10:30:54 2024 +0000 |
tree | 4af62a22d6624706f08949672dfda75accda9540 | |
parent | b6ee4f99c1d8c05ac457b13320701ceac2f9b054 [diff] |
Revert "Run CI without building runfiles links" (#3054) Reverts bazelbuild/rules_rust#2340 It seems like there were cache hits that dodged an important issue ``` bazel coverage //… ``` ``` ================================================================================ FAIL: //test/unit/crate_name:default/crate-name-test (see /private/var/tmp/_bazel_user/76282c66b0dfe3c5cb9a230bdc913a52/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/test/unit/crate_name/default/crate-name-test/test.log) INFO: From Testing //test/unit/crate_name:default/crate-name-test: ==================== Test output for //test/unit/crate_name:default/crate-name-test: running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s /private/var/tmp/_bazel_user/76282c66b0dfe3c5cb9a230bdc913a52/sandbox/darwin-sandbox/3262/execroot/_main/bazel-out/darwin_arm64-opt-exec-ST-d57f47055a04/bin/external/bazel_tools~remote_coverage_tools_extension~remote_coverage_tools/Main: Cannot locate runfiles directory. (Set $JAVA_RUNFILES to inhibit searching.) ``` This flag still cannot be flipped without breaking coverage it seems.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.