Skip to content

Commit

Permalink
Update oyster-attestation-verifier.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrags authored Mar 24, 2024
1 parent 20da460 commit b5035bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/oyster-attestation-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
GOOS: linux
GOARCH: arm64
target: aarch64-unknown-linux-musl
CFLAGS: -mno-outline-atomics
runs-on: ${{ matrix.runs-on }}
outputs:
oyster-attestation-verifier-checksum: ${{steps.oyster-attestation-verifier.outputs.checksum}}
Expand All @@ -39,7 +38,7 @@ jobs:
- name: checkout
run: cd oyster-attestation-verifier && git checkout master
- name: build
run: cd oyster-attestation-verifier && CC=musl-gcc cargo build --release --target ${{ matrix.target }}
run: cd oyster-attestation-verifier && CC=musl-gcc CFLAGS=-mno-outline-atomics cargo build --release --target ${{ matrix.target }}
- name: aws credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit b5035bc

Please sign in to comment.