mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
CICD: Disable windows-latest/x86_64-pc-windows-gnu for now
rust-orig current release is broken with GCC 15.1, and I don't think it's possible to pin to an older github image, or an older msys2 gcc... Fixed upstream: https://github.com/rust-onig/rust-onig/issues/191 But waiting for new release: https://github.com/rust-onig/rust-onig/issues/193
This commit is contained in:
parent
053e6b4d08
commit
deef8cbfd6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/CICD.yml
vendored
3
.github/workflows/CICD.yml
vendored
|
@ -527,7 +527,8 @@ jobs:
|
|||
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
|
||||
- { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true }
|
||||
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
|
||||
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
|
||||
# TODO: Re-enable after rust-onig release: https://github.com/rust-onig/rust-onig/issues/193
|
||||
# - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
|
||||
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
|
||||
- { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue