Commit 5e2cf19
committed
fix(cfl): remove invalid -Z sanitizer=undefined from UBSan build
Rust's -Z sanitizer flag does not accept 'undefined' — valid values are
address, memory, thread, leak, etc. UBSan is a C/C++ concept with no
direct Rust equivalent. For the CFL UBSan job, build with
--sanitizer none so the binary has no ASan instrumentation and
bad_build_check passes, without attempting to set a non-existent
Rust sanitizer.
https://claude.ai/code/session_01EJLZKDtcF1RGdKx6TcUTQG1 parent c276d6e commit 5e2cf19
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments