Skip to content

Commit 47931d2

Browse files
committed
remove windows enable symlinks, try various bazel 8 versions
1 parent 5bbfb9f commit 47931d2

3 files changed

Lines changed: 24 additions & 23 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ buildifier:
9191
matrix:
9292
platform:
9393
- windows
94-
bazel: [7.*, 8.*]
94+
#bazel: [7.*, 8.*]
95+
bazel: [8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.4.0]
9596
tasks:
9697
# Keep in sync with .bcr/presubmit.yml
9798
bcr_tests:

examples/bzlmod/.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
startup --windows_enable_symlinks
1+
#startup --windows_enable_symlinks
22

33
common --enable_bzlmod
44
common --lockfile_mode=update

examples/bzlmod/tests/version_test.sh

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@ bin="${bin[@]//*.py}"
2626

2727
bindir=$(dirname $bin)
2828

29-
set +e
30-
31-
ls -la $bindir
32-
dir $bindir
33-
34-
stat $bin
35-
stat -L $bin
36-
icacls $bin
37-
38-
cp $bin mybin.exe
39-
./mybin.exe
40-
41-
cmd.exe //c tests\\version_3_10.exe
42-
43-
cmd.exe //c "tests\\version_3_10.exe"
44-
45-
cmd.exe //c "tests\version_3_10.exe"
46-
47-
set -e
48-
cp tests/version_3_10.zip mybin.zip
49-
./mybin.exe
29+
##set +e
30+
##
31+
##ls -la $bindir
32+
##dir $bindir
33+
##
34+
##stat $bin
35+
##stat -L $bin
36+
##icacls $bin
37+
##
38+
##cp $bin mybin.exe
39+
##./mybin.exe
40+
##
41+
##cmd.exe //c tests\\version_3_10.exe
42+
##
43+
##cmd.exe //c "tests\\version_3_10.exe"
44+
##
45+
##cmd.exe //c "tests\version_3_10.exe"
46+
##
47+
##set -e
48+
##cp tests/version_3_10.zip mybin.zip
49+
##./mybin.exe
5050

5151
./$bin
5252

0 commit comments

Comments
 (0)