Skip to content

Commit

Permalink
update for latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Nov 13, 2024
2 parents e096d1a + 249b34e commit 05c477f
Show file tree
Hide file tree
Showing 15 changed files with 3,081 additions and 2,159 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,30 @@ jobs:
exit 1
fi
deps-semver:
name: "Check upstream SemVer violations"
runs-on: ["runs-on", "runner=8cpu-linux-x64", "run-id=${{ github.run_id }}"]
steps:
- name: "Checkout sources"
uses: "actions/checkout@v4"

- name: "Install sp1up"
run: |
curl -L https://sp1.succinct.xyz | bash
echo "$HOME/.sp1/bin" >> $GITHUB_PATH
- name: "Install SP1 toolchain"
run: |
sp1up
- name: "Remove lock files"
run: |
find -name Cargo.lock -type f -exec rm {} \;
- name: "Build without lock files"
run: |
cargo build --all --all-targets
fmt:
name: "Check code format"
runs-on: ["runs-on", "runner=8cpu-linux-x64", "run-id=${{ github.run_id }}"]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ pgo-data.profdata
.env

# SP1 ELF files
**/riscv32im-succinct-zkvm-elf
elf

**.csv
Loading

0 comments on commit 05c477f

Please sign in to comment.