Skip to content

Commit

Permalink
ignore plonk
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 25, 2024
1 parent d3e8f41 commit f03d4bb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,17 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: swatinem/rust-cache@v2

- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly

- uses: Swatinem/rust-cache@v2
- run: |
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup component add rust-src
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
# Get the dist-manifest
Expand All @@ -124,7 +134,7 @@ jobs:
- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
cargo dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
./scripts/ignore_plonk.sh "cargo dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json"
echo "cargo dist ran successfully"
- id: cargo-dist
name: Post-build
Expand Down

0 comments on commit f03d4bb

Please sign in to comment.