Skip to content

Commit

Permalink
Removed target architecture from cargo command
Browse files Browse the repository at this point in the history
  • Loading branch information
Owliie authored and Dimo99 committed Nov 29, 2023
1 parent df73130 commit 61cb8e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion casper-finality-proofs/fuzz/scripts/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ mkdir -p "$CORPUS_DIR"
RUSTFLAGS="--cfg fuzzing -Clink-dead-code -Cdebug-assertions -C codegen-units=1" \
cargo run \
--manifest-path "$FUZZ_DIR/Cargo.toml" \
--target aarch64-apple-darwin \
--release \
--bin "$FUZZ_TEST_NAME" \
-- -artifact_prefix="$FUZZ_DIR/artifacts/$FUZZ_TEST_NAME/" "$FUZZ_DIR/corpus/$FUZZ_TEST_NAME" "${ADDITIONAL_ARGS[@]}"

0 comments on commit 61cb8e2

Please sign in to comment.