Commit e6a45ec
committed
fix(cfl): align batch workflow with PR workflow — drop UBSan, guard SARIF
cflite_batch.yml had the same issues as cflite_pr.yml:
- 'undefined' sanitizer in matrix causes a build-time Rust error
(no -Z sanitizer=undefined) and bad_build_check failures
- upload-sarif with bare if:always() fails when no crashes are found
Apply the same fixes: matrix: [address] only, hashFiles() guard.
https://claude.ai/code/session_01EJLZKDtcF1RGdKx6TcUTQG1 parent 295aef6 commit e6a45ec
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
0 commit comments