Skip to content

Commit 08ecdcf

Browse files
committed
chore: upgrade aspect-cli to 2025.31.50
1 parent 359b48f commit 08ecdcf

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
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://static.aspect.build/aspect
2-
USE_BAZEL_VERSION=aspect/2024.51.11
2+
USE_BAZEL_VERSION=aspect/2025.31.50

.github/workflows/ci.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ common --repository_cache=~/.cache/bazel-repository-cache
55
# Debug where options came from
66
common --announce_rc
77

8-
# Allows tests to run bazelisk-in-bazel, since this is the cache folder used
9-
common --test_env=XDG_CACHE_HOME
10-
118
# Still required for Windows until we upgrade to a minimum rules_js that no longer requires it
129
common --enable_runfiles

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
path: |
9292
~/.cache/bazel-disk-cache
9393
~/.cache/bazel-repository-cache
94-
~/.cache/xdg-cache
94+
~/.cache/bazel
95+
~/.cache/bazelisk
9596
key: bazel-cache-${{ matrix.bazel-version.version }}-${{ matrix.bzlmod }}-${{ matrix.os }}-${{ matrix.folder }}-${{ hashFiles('.bazelrc', '.bazelversion', '.bazeliskrc', '**/BUILD', '**/BUILD.bazel', '**/*.bzl', 'WORKSPACE', 'WORKSPACE.bazel', 'WORKSPACE.bzlmod', 'MODULE.bazel') }}
9697
restore-keys: bazel-cache-${{ matrix.bazel-version.version }}-${{ matrix.bzlmod }}-${{ matrix.os }}-${{ matrix.folder }}-
9798

@@ -129,8 +130,6 @@ jobs:
129130
--build_tag_filters=-skip-on-bazel${{ matrix.bazel-version.major }} \
130131
--enable_bzlmod=${{ matrix.bzlmod }} \
131132
//...
132-
env:
133-
XDG_CACHE_HOME: ~/.cache/xdg-cache # bazelisk will download bazel to here
134133
135134
test-e2e:
136135
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)