Commit 10cfacc
committed
fix: align macOS CI exclusions with Linux CI for consistency
Update macOS CI job to exclude the same problematic Rust targets that were
excluded from Linux CI job:
- file_processor_cli_wasm_lib_release_host (dependency conflicts)
- checksum_updater_wasm_bin (compiler flag issues)
- checksum_updater_wasm_wizer_component_release_wasm_lib_release_host (build conflicts)
This ensures both platforms validate the hermetic Go toolchain consistently
without being blocked by unrelated Rust compilation issues.1 parent d0bc135 commit 10cfacc
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
208 | 211 | | |
209 | 212 | | |
210 | 213 | | |
211 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
212 | 218 | | |
213 | 219 | | |
214 | 220 | | |
| |||
0 commit comments