Skip to content

Commit ca7562d

Browse files
committed
ci: try simplify windows test preparation with bazel 7
Simplifies the windows symlink script and fixes potential issues related to concurrency that might have caused "module not find" errors at test execution later.
1 parent 6e9a054 commit ca7562d

File tree

4 files changed

+44
-1608
lines changed

4 files changed

+44
-1608
lines changed

.bazelrc

-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ build --experimental_remote_merkle_tree_cache
5252
# Ensure that tags applied in BUILDs propagate to actions
5353
common --experimental_allow_tags_propagation
5454

55-
# Don't check if output files have been modified
56-
build --noexperimental_check_output_files
57-
5855
# Ensure sandboxing is enabled even for exclusive tests
5956
test --incompatible_exclusive_test_sandboxed
6057

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.6.0

0 commit comments

Comments
 (0)