Skip to content

Commit

Permalink
ci/all: only attest the tarballs b/c file limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed May 26, 2024
1 parent 3cff1f8 commit 902f0ae
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-double}}.tar.gz
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-platform}}
- run: tool/test/all
- run: tool/build --verbose --no-build --no-run-perf
- run: tool/build --verbose --no-build --no-run-unit
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-double}}.tar.gz
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-platform}}
- run: tool/test/all
- run: tool/build --verbose --no-build --no-run-perf
- run: tool/build --verbose --no-build --no-run-unit
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-double}}.tar.gz
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-platform}}
- run: tool/test/all
- run: tool/build --verbose --no-build --no-run-perf
- run: tool/build --verbose --no-build --no-run-unit
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-double}}.tar.gz
- uses: actions/attest-build-provenance@v1
with:
subject-path: out/${{matrix.target-platform}}
- shell: bash
env:
VERBOSE: 1
Expand Down

0 comments on commit 902f0ae

Please sign in to comment.