Skip to content

Commit

Permalink
refactor: remove x86_64-pc-windows-gnu target configuration from Cros…
Browse files Browse the repository at this point in the history
…s.toml

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 30, 2024
1 parent f57e847 commit a85ac02
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
[target.x86_64-pc-windows-gnu]
# additional commands to run prior to building the package
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install nasm:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH",
]

[target.i686-unknown-linux-gnu]
image = "ghcr.io/cross-rs/i686-unknown-linux-gnu:edge"
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install gcc-multilib-i686-linux-gnu gcc-i686-linux-gnu",
]

[target.x86_64-pc-windows-gnu.env]
passthrough = [
"AWS_LC_SYS_PREBUILT_NASM=1",
]

0 comments on commit a85ac02

Please sign in to comment.