Skip to content

Commit

Permalink
chore: refactor + cleanup core crates (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored Aug 15, 2024
2 parents 5ba59ff + c9f94bc commit 4012967
Show file tree
Hide file tree
Showing 551 changed files with 10,139 additions and 12,151 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Install SP1 CLI
run: |
cd cli
cd crates/cli
cargo install --force --locked --path .
~/.sp1/bin/cargo-prove prove install-toolchain
cd ~
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Install SP1 CLI
run: |
cd cli
cd crates/cli
cargo install --force --locked --path .
cd ~
Expand All @@ -189,9 +189,9 @@ jobs:
run: |
cd fibonacci
cd program
cargo add sp1-zkvm --path $GITHUB_WORKSPACE/zkvm/entrypoint
cargo add sp1-zkvm --path $GITHUB_WORKSPACE/crates/zkvm/entrypoint
cargo prove build
cd ../script
cargo remove sp1-sdk
cargo add sp1-sdk --path $GITHUB_WORKSPACE/sdk
cargo add sp1-sdk --path $GITHUB_WORKSPACE/crates/sdk
SP1_DEV=1 RUST_LOG=info cargo run --release -- --prove
134 changes: 110 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4012967

Please sign in to comment.