-
Notifications
You must be signed in to change notification settings - Fork 375
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
Support target aarch64-apple-darwin
on 64-bit x86 macOS
#508
Comments
This target requires cross-compilation on the default (x86_64) `macos-latest` platform. However, `cross` does [not yet](cross-rs/cross#508) provide the right target. If tests can be skipped a build solution outside of `cross` is already discussed [here](BurntSushi/ripgrep#1737).
This target requires cross-compilation on the default (x86_64) `macos-latest` platform. However, `cross` does [not yet](cross-rs/cross#508) provide the right target. If tests can be skipped a build solution outside of `cross` is already discussed [here](BurntSushi/ripgrep#1737).
This target requires cross-compilation on the default (x86_64) `macos-latest` platform. However, `cross` does [not yet](cross-rs/cross#508) provide the right target. If tests can be skipped a build solution outside of `cross` is already discussed [here](BurntSushi/ripgrep#1737).
Perhaps this could be supported on the M1 MacBooks as well too! |
This won't be done in cross proper since we cannot ship pre-built images with the macOS SDK, however, we have Dockerfiles that only require a tarball for the macOS SDK in cross-toolchains. We're currently waiting on a resubmitted PR to support |
cross-rs/cross-toolchains#11 has been merged, so this is now supported. You will have to provide your own macOS SDK. |
No description provided.
The text was updated successfully, but these errors were encountered: