Skip to content

Commit 4290159

Browse files
committed
Revert "ci: try simplify windows test preparation with bazel 7"
This reverts commit 0695531.
1 parent 0695531 commit 4290159

File tree

4 files changed

+1608
-44
lines changed

4 files changed

+1608
-44
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ 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+
5558
# Ensure sandboxing is enabled even for exclusive tests
5659
test --incompatible_exclusive_test_sandboxed
5760

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.4.0

0 commit comments

Comments
 (0)