-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to build for aarch64-pc-windows-msvc target with ring 0.17.5 dependency #76
Comments
|
Anyway, can you try delete the whole |
Tried cleaning it up but without much success. If I look at the command line output:
It seems that there is a mix of gnu-style and msvc-style arguments which is probably a cause of the issue because the leading slash is not recognized as an option. |
Simple to reproduce:
|
I'm not sure what we can do here, Lines 149 to 152 in e851cd5
|
But then I am wondering why does it work for x86_64? |
Ah, sorry, I see the code in the ring specifically for AARCH64... |
This build does not work currently due to an issue in ring, see rust-cross/cargo-xwin#76
* Add a windows.rs file for terminal * Add CI for Windows * Only run test for sshx client on Windows * Add Windows support with ConPTY 0.5.1 doesn't work right now * Fix shell in winsize test * Add Windows builds to release script * Add Windows support to /get * Edit README and landing page * Actually remove Windows from script * Remake installation instructions * Installation instruction styling * Remove unsafe impl Send + Sync This was fixed in zhiburt/conpty#15 * Modernize CI job a bit * Add FreeBSD to installation links * Remove aarch64-pc-windows-msvc This build does not work currently due to an issue in ring, see rust-cross/cargo-xwin#76 * Remove arm windows from README and script * npx update-browserslist-db@latest * Update to conpty
As far as I understand ring 0.17 supports aarch64-cp-windows-msvc target, however when trying to build it with xwin I get the following error:
The text was updated successfully, but these errors were encountered: