Skip to content

Commit 0396370

Browse files
authored
chore: remove aspect-cli bazelisk config (#185)
### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent 90d2c3f commit 0396370

4 files changed

Lines changed: 1 addition & 11 deletions

File tree

.aspect/cli/config.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.aspect/workflows/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ tasks:
44
queue: aspect-medium
55
- buildifier:
66
queue: aspect-medium
7-
- configure:
8-
queue: aspect-medium
97
- test:
108
- finalization:
119
queue: aspect-small

.bazeliskrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
~/.cache/bazel-disk-cache
9292
~/.cache/bazel-repository-cache
9393
~/.cache/xdg-cache
94-
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') }}
94+
key: bazel-cache-${{ matrix.bazel-version.version }}-${{ matrix.bzlmod }}-${{ matrix.os }}-${{ matrix.folder }}-${{ hashFiles('.bazelrc', '.bazelversion', '**/BUILD', '**/BUILD.bazel', '**/*.bzl', 'WORKSPACE', 'WORKSPACE.bazel', 'WORKSPACE.bzlmod', 'MODULE.bazel') }}
9595
restore-keys: bazel-cache-${{ matrix.bazel-version.version }}-${{ matrix.bzlmod }}-${{ matrix.os }}-${{ matrix.folder }}-
9696

9797
- name: Configure Bazel version

0 commit comments

Comments
 (0)