Skip to content

Commit

Permalink
Skip test for macos-14-xlarge w/ FIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 21, 2024
1 parent 5f0a5f9 commit 897aba3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,9 @@ jobs:
run: cargo test --features bindgen

source-path-has-spaces:
if: github.repository_owner == 'aws'
# FIPS builds for ARM platforms (e.g, macos-14-xlarge) will fail until upstream change is made:
# https://github.com/aws/aws-lc/pull/2005
if: github.repository_owner == 'aws' && (matrix.os != 'macos-14-xlarge' || matrix.fips != 1)
name:
"Spaces in path - ${{ matrix.os }} - FIPS: ${{ matrix.fips }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 897aba3

Please sign in to comment.