Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Run CI without building runfiles links" (#3054)
Reverts #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.
- Loading branch information