-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions unclear for msvc build #38
Comments
Bump #inside the cross directory with git submodules updated
cargo xtask configure-crosstool #configure
cargo build-docker-image x86_64-pc-windows-msvc-cross --tag local #notice the cross suffix
rustup target add x86_64-pc-windows-msvc Then add the following to the [target.x86_64-pc-windows-msvc]
image = "ghcr.io/cross-rs/x86_64-pc-windows-msvc-cross:local" Finally, run |
I get the above error while I finally try to execute the command on MAC. |
if you can run x86_64 images you can use the existing ones. don't think the Dockerfile in this repo would work on platform aarch64 |
Hi all, I'm trying to cross compile for Windows amd64 and arm64 while on a Windows host.
I'm attempting to follow the instructions for the
msvc
build but am failing - probably on something simple.I'm using a Github Actions host using
windows-latest
. My build script looks like:You can see the logs here: https://github.com/alshdavid-labs/cross-platform-binary-template/actions/runs/5892634303/job/15982367248
This results in the following error:
The text was updated successfully, but these errors were encountered: