From 3dcdef390d7bcf39de9cd97a7b576412ea7bbe44 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Mon, 12 Aug 2024 05:24:03 -0400 Subject: [PATCH] Adjust Windows targets --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de490461694..a7d20467051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: - i686-pc-windows-msvc - i686-pc-windows-gnu - aarch64-pc-windows-msvc - - aarch64-pc-windows-gnullvm + - aarch64-pc-windows-gnu # When changing these features, make the same change in build-macos-universal2-release. feature: [ small, lean, max, max-pure ] include: @@ -127,12 +127,10 @@ jobs: 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 + - target: aarch64-pc-windows-gnu 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.