-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow sparse GCC version support per architecture
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.
- Loading branch information
1 parent
ea35afe
commit 95635b5
Showing
1 changed file
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters