8000 test: disable performance optimization for js_run_devserver e2e test … · aspect-build/rules_js@2fec7bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fec7bc

Browse files
authored
test: disable performance optimization for js_run_devserver e2e test (#2128)
1 parent 13b36cb commit 2fec7bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e/js_run_devserver/.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ import %workspace%/../../.aspect/bazelrc/performance.bazelrc
1313
# should be last statement in this config so the user configuration is able to overwrite flags from
1414
# this file. See https://bazel.build/configure/best-practices#bazelrc-file.
1515
try-import %workspace%/../../.aspect/bazelrc/user.bazelrc
16+
17+
# An override of the performance.bazelrc setting
18+
# This is needed as Bazel fails to detect a new file when added during an iBazel execution
19+
build --build_runfile_links

0 commit comments

Comments
 (0)
0