chore: drop GHA CI for linux
We are using Aspect Workflows so it's redundant
This commit is contained in:
parent
7f951a7a0c
commit
7e80ead94a
|
@ -92,6 +92,10 @@ jobs:
|
|||
- "e2e/copy_to_directory"
|
||||
- "e2e/smoke"
|
||||
exclude:
|
||||
# This runs on Aspect Workflows
|
||||
- bazelversion: 6.3.2
|
||||
os: ubuntu-latest
|
||||
bzlmodEnabled: false
|
||||
# Don't test Bazel 5.3 with bzlmod. (Unrecognized option: --enable_bzlmod)
|
||||
- bzlmodEnabled: true
|
||||
bazelversion: 5.4.1
|
||||
|
@ -129,15 +133,6 @@ jobs:
|
|||
# Checks-out your repository under ${{ github.workspace }} , so your job can access it
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Mount bazel caches
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cache/bazel
|
||||
~/.cache/bazel-repo
|
||||
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE') }}
|
||||
restore-keys: bazel-cache-
|
||||
|
||||
- name: Configure Bazel version
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
working-directory: ${{ matrix.folder }}
|
||||
|
|
Loading…
Reference in New Issue