Skip to content

Commit 6e1cdc9

Browse files
committed
merge with master
2 parents 58e92aa + b49e3a8 commit 6e1cdc9

185 files changed

Lines changed: 8966 additions & 16954 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/integration.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,13 @@ jobs:
4343
with:
4444
path: |
4545
target/
46-
example/target/
46+
examples/target/
4747
ceno_rt/target/
4848
key: integration-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4949
- uses: dtolnay/rust-toolchain@nightly
5050

51-
- name: Run example
52-
env:
53-
RUSTFLAGS: "-C opt-level=3"
54-
run: cargo run --package ceno_zkvm --example riscv_opcodes -- --start 10 --end 11
55-
5651
- name: Run fibonacci
5752
env:
5853
RUST_LOG: debug
5954
RUSTFLAGS: "-C opt-level=3"
60-
run: cargo run --package ceno_zkvm --bin e2e -- --platform=sp1 ceno_zkvm/examples/fibonacci.elf
55+
run: cargo run --package ceno_zkvm --bin e2e -- --platform=ceno --hints=10 --public-io=4191 examples/target/riscv32im-ceno-zkvm-elf/release/examples/fibonacci

.github/workflows/lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
~/.cargo/git/db/
3737
target/
3838
ceno_rt/target/
39-
example/target/
39+
examples/target/
4040
key: lint-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4141
restore-keys: lint-${{ runner.os }}-cargo-
4242

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
~/.cargo/git/db/
3636
target/
3737
ceno_rt/target/
38-
example/target/
38+
examples/target/
3939
key: tests-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4040
restore-keys: tests-${{ runner.os }}-cargo-
4141

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ table_cache_dev_*
99
.DS_Store
1010
.env
1111
proptest-regressions/
12+
13+
# ceno serialized files
14+
*.bin

0 commit comments

Comments
 (0)