Skip to content

Commit

Permalink
chore(clippy): build risc0 guest to compile driver and host
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jun 14, 2024
1 parent 3fc369a commit b774aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ fi
if [ -z "$1" ] || [ "$1" == "risc0" ]; then
check_toolchain $TOOLCHAIN_RISC0
./script/setup-bonsai.sh
cargo ${TOOLCHAIN_RISC0} run --bin risc0-builder
cargo ${TOOLCHAIN_RISC0} clippy -p raiko-host -p risc0-builder -p risc0-driver -F "risc0 enable"
fi

0 comments on commit b774aaf

Please sign in to comment.