Skip to content
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

Extended support for various OS / CPU #1077

Merged
merged 6 commits into from
Dec 9, 2020

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Nov 16, 2020

This PR adds support for installing native tools for:

  • windows,amd64
  • darwin,arm64

it also adds compatibility fallback for:

  • windows,amd64 if not available will try to fallback to windows,386
  • darwin,arm64 if not available will try to fallback to darwin,amd64 and, if still missing, with darwin,386

@cmaglie cmaglie merged commit 0ccf27f into arduino:master Dec 9, 2020
@cmaglie cmaglie deleted the extend_support_for_os_pairs branch December 9, 2020 13:16
silvanocerza pushed a commit that referenced this pull request Dec 9, 2020
* tools-flavor-tests: Some renames and clean up

* tools-flavors: Prioritize OS exatch-match over compatible-match

* tools-flavors: unrolled freebsd regexps

* tools-flavors: Added Apple silicon support

* tools-flavors: Added support for Windows 64 bit

* tools-flavors: give priority to better matching OS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants