forked from risc0/zeth
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request risc0#68 from taikoxyz/improve-ci
feat: Driver pattern for generic Guest execution
- Loading branch information
Showing
112 changed files
with
4,715 additions
and
3,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,8 @@ jobs: | |
uses: cargo-bins/[email protected] | ||
- run: cargo binstall -y --force cargo-risczero | ||
- run: cargo risczero install | ||
- run: cargo build -p risc0-guest | ||
- run: cargo build -p risc0-prover --features enable | ||
- run: cargo test -p risc0-prover --features enable | ||
|
||
build-test-sp1: | ||
name: Build and test sp1 | ||
|
@@ -53,8 +54,8 @@ jobs: | |
run: | | ||
curl -L https://sp1.succinct.xyz | bash | ||
/home/runner/.config/.sp1/bin/sp1up | ||
cargo build -p raiko-host --features succinct | ||
cargo test -p raiko-host --features succinct | ||
cargo build -p sp1-prover --features enable | ||
cargo test -p sp1-prover --features enable | ||
shell: bash | ||
|
||
test-lib: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ rpc_cache.json | |
.idea | ||
*.json.gz | ||
.vscode/ | ||
raiko-host/guests/sgx/raiko-guest | ||
*.elf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"rust-analyzer.linkedProjects": [ | ||
"Cargo.toml", | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.