Skip to content

Commit

Permalink
try removing verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Nov 6, 2024
1 parent 5a99518 commit a7f4577
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 85 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,6 @@ jobs:
env:
CARGO_INCREMENTAL: 1

- name: Add wasm target
run: rustup target add wasm32-unknown-unknown

- name: Check wasm compatibility for sdk
uses: actions-rs/cargo@v1
with:
command: check
args: -p sp1-sdk --target wasm32-unknown-unknown --no-default-features

examples:
name: Examples
runs-on:
Expand Down
76 changes: 1 addition & 75 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ members = [
"crates/sdk",
"crates/cuda",
"crates/stark",
"crates/verifier",
# "crates/verifier",
"crates/zkvm/*",
]
exclude = ["examples/target"]
Expand Down

0 comments on commit a7f4577

Please sign in to comment.