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

Prepratory work for Darwin Aarch64 shard #28

Merged
merged 3 commits into from
Sep 2, 2020
Merged

Conversation

Keno
Copy link
Contributor

@Keno Keno commented Sep 1, 2020

See individual commits - just some prepratory work for adding JuliaPackaging/Yggdrasil#1626 as a compiler shard.

To support `v11-iains` which will be the testing shard for the
Darwin compiler.
Apple spells aarch64 "arm64" and clang doesn't recognize `aarch64-apple-darwin`
as a valid triplet (at least not in the version we ship). For now, just set
the arch to `arm64`, but this should be fixed upstream eventually.
src/Rootfs.jl Show resolved Hide resolved
Right now we assume that every GCC version is available for every
architecture. E.g. we always try to use the GCC 4.8 for auditing.
For Darwin Aarch64, we won't have any GCC shard smaller than 11.
We do already support falling back to the closest available version
if the preferred version is not supported. This simply extends
that check to only include compiler shards that we actually have
artifacts for.
@staticfloat staticfloat merged commit 95635b5 into master Sep 2, 2020
@staticfloat staticfloat deleted the kf/darm64prep branch September 2, 2020 18:44
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.

3 participants