mirror of
https://github.com/openharmony/third_party_rust_rust-smallvec.git
synced 2026-07-19 23:03:32 -04:00
Fix CI
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ honggfuzz_fuzz = ["honggfuzz"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
honggfuzz = { version = "0.5.45", optional = true }
|
||||
honggfuzz = { version = "0.5.47", optional = true }
|
||||
afl = { version = "0.4", optional = true }
|
||||
smallvec = { path = ".." }
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cargo install --force honggfuzz
|
||||
cargo install --force honggfuzz --version 0.5.47
|
||||
for TARGET in fuzz_targets/*; do
|
||||
FILENAME=$(basename $TARGET)
|
||||
FILE="${FILENAME%.*}"
|
||||
|
||||
Reference in New Issue
Block a user