Skip to content

Commit

Permalink
Merge branch 'master' into palango/transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
palango authored Dec 13, 2024
2 parents b5ec926 + 1276f58 commit a02f9ac
Show file tree
Hide file tree
Showing 29 changed files with 740 additions and 421 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deny.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
uses: ./.github/workflows/docker-publish.yml

release:
permissions:
id-token: write
contents: write
attestations: write
name: ${{ matrix.target }} (${{ matrix.runner }})
runs-on: ${{ matrix.runner }}
timeout-minutes: 240
Expand Down Expand Up @@ -156,6 +160,7 @@ jobs:
du -h "$bin" || true
ldd "$bin" || true
$bin --version || true
echo "${name}_bin_path=${bin}" >> $GITHUB_ENV
done
- name: Archive binaries
Expand Down Expand Up @@ -214,6 +219,15 @@ jobs:
${{ steps.artifacts.outputs.file_name }}
${{ steps.man.outputs.foundry_man }}
- name: Binaries attestation
uses: actions/attest-build-provenance@v2
with:
subject-path: |
${{ env.anvil_bin_path }}
${{ env.cast_bin_path }}
${{ env.chisel_bin_path }}
${{ env.forge_bin_path }}
# If this is a nightly release, it also updates the release
# tagged `nightly` for compatibility with `foundryup`
- name: Update nightly release
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ jobs:
cache-on-failure: true
- run: cargo hack check

deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
with:
# Clear out arguments to not pass `--all-features` to `cargo deny`.
# Many crates have an `openssl` feature which enables banned dependencies.
deny-flags: ""

ci-success:
runs-on: ubuntu-latest
if: always()
Expand All @@ -122,6 +129,7 @@ jobs:
- rustfmt
- forge-fmt
- crate-checks
- deny
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down
Loading

0 comments on commit a02f9ac

Please sign in to comment.