Skip to content

Commit

Permalink
feat: don't run cargo prove in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent c054973 commit 0506b04
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
with:
toolchain: stable

- name: Check out succinctlabs/rust
uses: actions/checkout@v3
with:
submodules: 'recursive'
path: rust
ref: succinct
fetch-depth: 0

- name: Check out succinctlabs/vm
uses: actions/checkout@v3
with:
Expand All @@ -50,15 +42,15 @@ jobs:
ref: john/cargo-succinct-build-toolchain
token: ${{ secrets.PRIVATE_PULL_TOKEN }}

- name: Build
run: GITHUB_ACCESS_TOKEN=${{ secrets.PRIVATE_PULL_TOKEN }} cargo run --bin cargo-prove -- prove build-toolchain
working-directory: vm
- name: Install cargo prove
run: cargo install --path vm/cargo-prove
working-directory: vm/core

- name: Build toolchain
run: GITHUB_ACCESS_TOKEN=${{ secrets.PRIVATE_PULL_TOKEN }} cargo prove build-toolchain

- name: Archive build output
uses: actions/upload-artifact@v3
with:
name: rust-toolchain-ubuntu
path: |
rust/build/${{ matrix.triple }}/stage2
!rust/build/${{ matrix.triple }}/stage2/lib/rustlib/src
!rust/build/${{ matrix.triple }}/stage2/lib/rustlib/rustc-src
path: rust/build/x86_64-unknown-linux-gnu/stage2

0 comments on commit 0506b04

Please sign in to comment.