Commit 4385dbb
committed
ci(fuzz): pin gnu host target to fix musl+ASAN build failure
cargo-fuzz was defaulting to x86_64-unknown-linux-musl, whose std is not
installed (E0463 can't find crate for core) and whose statically-linked
(crt-static) libc is incompatible with -Zsanitizer=address. Pin the build to
the gnu host target via setup-rust-toolchain and an explicit --target on the
fuzz run so the sanitizer-instrumented build works.1 parent 9cac85f commit 4385dbb
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
0 commit comments