srctree

Robin Linden parent f19071b0 38755c75
build: Disable the duplicate 'external' legacy runfiles folder

There is talk in the linked issue about disabling this by default inBazel 8, and disabling it appears to bring the benefit of decreasing thebuild time in some scenarios due to halving the number of symlinks.

inlinesplit
.bazelrc added: 5, removed: 3, total 2
@@ -14,6 +14,8 @@ test --test_verbose_timeout_warnings
# =========================================================
# See: https://docs.bazel.build/versions/main/backward-compatibility.html
 
# https://github.com/bazelbuild/bazel/issues/12821
common --nolegacy_external_runfiles
build --incompatible_config_setting_private_default_visibility
build --incompatible_disallow_empty_glob
build --incompatible_enforce_config_setting_visibility
 
url/url_test.cpp added: 5, removed: 3, total 2
@@ -766,7 +766,7 @@ int main() {
 
simdjson::ondemand::parser parser;
 
auto json = simdjson::padded_string::load("external/wpt/url/resources/urltestdata.json");
auto json = simdjson::padded_string::load("../wpt/url/resources/urltestdata.json");
 
simdjson::ondemand::document doc = parser.iterate(json);