You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments