Skip to content

Commit

Permalink
chore: release v1.0.2-testnet (succinctlabs#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 authored May 19, 2024
2 parents 4897b0d + 77949c6 commit 60ce6ad
Show file tree
Hide file tree
Showing 106 changed files with 3,000 additions and 1,762 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Main

on:
pull_request:
branches:
- main
paths:
- "cli/**"
- "core/**"
- "prover/**"
- "recursion/**"
- "derive/**"
- "sdk/**"
- ".github/workflows/**"
pull_request:
branches:
- main
paths:
- "cli/**"
- "core/**"
- "prover/**"
- "recursion/**"
- "derive/**"
- "sdk/**"
- ".github/workflows/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR

on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches:
- "**"
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Install SP1 CLI
run: |
cd cli
cargo install --locked --path .
cargo install --force --locked --path .
cd ~
- name: Run cargo check
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Install SP1 CLI
run: |
cd cli
cargo install --locked --path .
cargo install --force --locked --path .
cd ~
- name: Run cargo prove new
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
prepare:
name: Prepare release
runs-on: runner=64cpu-linux-arm64
runs-on: runs-on,runner=8cpu-linux-x64
timeout-minutes: 30
outputs:
tag_name: ${{ steps.release_info.outputs.tag_name }}
Expand All @@ -30,16 +30,6 @@ jobs:
with:
pull_token: ${{ secrets.PULL_TOKEN }}

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
toolchain: nightly-2024-04-17
args: -p sp1-sdk --release -- --nocapture
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
RUST_BACKTRACE: 1

- name: Compute release name and tag
id: release_info
run: |
Expand Down
Loading

0 comments on commit 60ce6ad

Please sign in to comment.