We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUSTFLAGS
1 parent 14be84b commit 7eb6f34Copy full SHA for 7eb6f34
.github/workflows/reth-benchmark.yml
@@ -322,7 +322,7 @@ jobs:
322
working-directory: bin/client-eth
323
run: |
324
GUEST_PROFILE=${{ steps.set-build-profiles.outputs.guest_profile }}
325
- cargo openvm build --no-transpile --profile=$GUEST_PROFILE
+ RUSTFLAGS="" cargo openvm build --no-transpile --profile=$GUEST_PROFILE
326
mkdir -p ../host/elf
327
cp target/riscv32im-risc0-zkvm-elf/$GUEST_PROFILE/openvm-client-eth ../host/elf/
328
0 commit comments