diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de490461694..ef12a1a29f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: - x86_64-pc-windows-msvc - x86_64-pc-windows-gnu - i686-pc-windows-msvc - - i686-pc-windows-gnu + - i686-pc-windows-gnullvm - aarch64-pc-windows-msvc - aarch64-pc-windows-gnullvm # When changing these features, make the same change in build-macos-universal2-release. @@ -125,14 +125,13 @@ jobs: rust: stable-x86_64-gnu - target: i686-pc-windows-msvc os: windows-latest - - target: i686-pc-windows-gnu + - target: i686-pc-windows-gnullvm os: windows-latest - rust: stable-x86_64-gnu + rust: stable-i686-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.