Skip to content

Add support for aarch64-apple-darwin aarch64-unknown-linux-gnu - #16

Open
Dathan Bennett (dathanb) wants to merge 1 commit into
Devolutions:masterfrom
dathanb:support-aarch64-apple-darwin
Open

Add support for aarch64-apple-darwin aarch64-unknown-linux-gnu#16
Dathan Bennett (dathanb) wants to merge 1 commit into
Devolutions:masterfrom
dathanb:support-aarch64-apple-darwin

Conversation

@dathanb

Copy link
Copy Markdown

I'm building Taskwarrior on my M1 MBP, both locally and in a docker container. It depends on CMakeRust, but the CMakeRust logic currently infers the architecture to be x86_64 in both cases. This change adds logic that picks the right architecture in both my Mac locally (aarch64-apple-darwin) and in an Ubuntu Docker container running on the Mac (aarch64-unknown-linux-gnu).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dathanb@volodg