Skip to content

Commit

Permalink
Adjust Windows targets
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 12, 2024
1 parent bcb4699 commit 3dcdef3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3dcdef3

Please sign in to comment.