Skip to content

Commit b9ae2ef

Browse files
authored
chore: bump to Aspect CLI 5.8.19 (#176)
1 parent bc4d3fa commit b9ae2ef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.bazeliskrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
2-
USE_BAZEL_VERSION=aspect/5.7.2
2+
USE_BAZEL_VERSION=aspect/5.8.19

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ jobs:
127127
if: matrix.bzlmodEnabled
128128
run: echo "bzlmod_flag=--config=bzlmod" >> $GITHUB_OUTPUT
129129

130+
- name: Don't use Aspect CLI on Windows
131+
# TODO: re-enable Aspect CLI on Windows once we have Windows releases
132+
if: matrix.os == 'windows-latest'
133+
working-directory: ${{ matrix.folder }}
134+
run: |
135+
if (Test-Path .bazeliskrc) {
136+
Remove-Item .bazeliskrc -verbose
137+
}
138+
130139
- name: bazel test //...
131140
env:
132141
# Bazelisk will download bazel to here, ensure it is cached between runs.

0 commit comments

Comments
 (0)