From 947a24c96f5568935ef382fb57381957037e2471 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Mon, 12 Aug 2024 05:24:03 -0400 Subject: [PATCH] Remove newly attempted Windows targets These Windows targets may be possible to build, but will require additional customization. No combinations of `-gnu` vs. `-gnullvm` targets and `-msvc`, `-gnu`, or `-gnullvm` toolchains for them (including across architecture) seem to work readily. --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de490461694..de31a9a11ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,9 +89,7 @@ jobs: - x86_64-pc-windows-msvc - x86_64-pc-windows-gnu - i686-pc-windows-msvc - - i686-pc-windows-gnu - aarch64-pc-windows-msvc - - aarch64-pc-windows-gnullvm # When changing these features, make the same change in build-macos-universal2-release. feature: [ small, lean, max, max-pure ] include: @@ -125,14 +123,8 @@ jobs: rust: stable-x86_64-gnu - target: i686-pc-windows-msvc os: windows-latest - - target: i686-pc-windows-gnu - os: windows-latest - rust: stable-x86_64-gnu - target: aarch64-pc-windows-msvc os: windows-latest - - target: aarch64-pc-windows-gnullvm - os: windows-latest - rust: stable-x86_64-gnu # on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there # even though we could also build with `--features max-control,http-client-reqwest,gitoxide-core-blocking-client,gix-features/fast-sha1` for fast hashing. # It's a TODO.