Skip to content

Commit

Permalink
disable Windows ARM64 CI pending bazelisk support
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Jun 10, 2024
1 parent 2b8e0e5 commit 3b9b34c
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,20 @@ jobs:
- name: Build and Run Unit Tests
run: bazel test --test_output=all //...
shell: cmd
Windows-ARM64:
runs-on: archonite-windows-arm64
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bazel
uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: Build and Run Unit Tests
run: bazel test --test_output=all //...
shell: cmd
# Disabled until the following are resolved:
# https://github.com/bazel-contrib/setup-bazel/issues/25
# https://github.com/bazelbuild/bazelisk/issues/572
#Windows-ARM64:
# runs-on: archonite-windows-arm64
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Setup Bazel
# uses: bazel-contrib/[email protected]
# with:
# bazelisk-cache: true
# disk-cache: ${{ github.workflow }}
# repository-cache: true
# - name: Build and Run Unit Tests
# run: bazel test --test_output=all //...
# shell: cmd

0 comments on commit 3b9b34c

Please sign in to comment.