Skip to content

Commit

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

0 comments on commit 947a24c

Please sign in to comment.