Skip to content

Commit

Permalink
chore(clippy): add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jun 17, 2024
1 parent f7d9fce commit 5a55c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ fi
if [ -z "$1" ] || [ "$1" == "risc0" ]; then
check_toolchain $TOOLCHAIN_RISC0
./script/setup-bonsai.sh
export MOCK=1
export RISC0_DEV_MODE=1
export CI=1
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 5a55c1e

Please sign in to comment.