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/copy_to_directory"
|
||||||
- "e2e/smoke"
|
- "e2e/smoke"
|
||||||
exclude:
|
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)
|
# Don't test Bazel 5.3 with bzlmod. (Unrecognized option: --enable_bzlmod)
|
||||||
- bzlmodEnabled: true
|
- bzlmodEnabled: true
|
||||||
bazelversion: 5.4.1
|
bazelversion: 5.4.1
|
||||||
|
@ -129,15 +133,6 @@ jobs:
|
||||||
# Checks-out your repository under ${{ github.workspace }} , so your job can access it
|
# Checks-out your repository under ${{ github.workspace }} , so your job can access it
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Configure Bazel version
|
||||||
if: ${{ matrix.os != 'windows-latest' }}
|
if: ${{ matrix.os != 'windows-latest' }}
|
||||||
working-directory: ${{ matrix.folder }}
|
working-directory: ${{ matrix.folder }}
|
||||||
|
|
Loading…
Reference in New Issue