Skip to content

Commit

Permalink
Build x86_64-pc-windows-gnu target with the msvc toolchain
Browse files Browse the repository at this point in the history
This makes it a cross-build like i686-pc-windows-msvc and
aarch64-pc-windows-msvc already are.

The situation is not truly symmetric, and there is probably no
argument from elegance for doing this. Instead, it is in the hope
that it will be easier to install the tools we need without
compiling them, thereby saving time and making it reasonable to use
more tools, including those needed for auditable builds.
  • Loading branch information
EliahKagan committed Aug 8, 2024
1 parent 2271471 commit 4c8a05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
rust: nightly
- target: x86_64-pc-windows-gnu
os: windows-latest
rust: nightly-x86_64-gnu
rust: nightly
- target: i686-pc-windows-msvc
os: windows-latest
rust: nightly
Expand Down

0 comments on commit 4c8a05a

Please sign in to comment.