Skip to content

Commit 7eb6f34

Browse files
fix(ci): unset RUSTFLAGS for guest build (#411)
1 parent 14be84b commit 7eb6f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reth-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
working-directory: bin/client-eth
323323
run: |
324324
GUEST_PROFILE=${{ steps.set-build-profiles.outputs.guest_profile }}
325-
cargo openvm build --no-transpile --profile=$GUEST_PROFILE
325+
RUSTFLAGS="" cargo openvm build --no-transpile --profile=$GUEST_PROFILE
326326
mkdir -p ../host/elf
327327
cp target/riscv32im-risc0-zkvm-elf/$GUEST_PROFILE/openvm-client-eth ../host/elf/
328328

0 commit comments

Comments
 (0)