Skip to content

Commit

Permalink
testing upstream patch for setup-bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Jun 10, 2024
1 parent 28855cc commit fd4b20f
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,18 @@ jobs:
- 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
Windows-ARM64:
runs-on: archonite-windows-arm64
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@273e9779f41ae1ff105b0e30dbb24ac5187b4ba6
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1x
- name: Build and Run Unit Tests
run: bazel test --test_output=all -s --toolchain_resolution_debug=.* //...

Check failure on line 81 in .github/workflows/unit-tests.yaml

View workflow job for this annotation

GitHub Actions / Lint

81:81 [line-length] line too long (82 > 80 characters)
shell: cmd

0 comments on commit fd4b20f

Please sign in to comment.