Skip to content

Conversation

owenv
Copy link
Contributor

@owenv owenv commented Sep 15, 2025

Default to an unversioned triple if the user hasn't provided one so we don't raise the deployment target to a version the package may not support

closes #9095

@owenv
Copy link
Contributor Author

owenv commented Sep 15, 2025

@swift-ci test

let hostArch: String
#if arch(arm64)
hostArch = "arm64"
#else
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: else-if-x86_64 would be better

@owenv
Copy link
Contributor Author

owenv commented Sep 17, 2025

@swift-ci test

1 similar comment
@owenv
Copy link
Contributor Author

owenv commented Sep 18, 2025

@swift-ci test

@owenv
Copy link
Contributor Author

owenv commented Sep 18, 2025

Not sure how I broke the self-hosted plugin tests but those are reliably failing with this patch...

@owenv owenv requested a review from rconnell9 as a code owner September 20, 2025 00:24
@owenv
Copy link
Contributor Author

owenv commented Sep 20, 2025

@swift-ci test self-hosted

@owenv
Copy link
Contributor Author

owenv commented Sep 20, 2025

@swift-ci test self hosted

@owenv owenv force-pushed the owenv/deployment-targets branch from 4c8704d to ab11e91 Compare September 20, 2025 02:40
@owenv
Copy link
Contributor Author

owenv commented Sep 20, 2025

@swift-ci test self hosted

@owenv owenv force-pushed the owenv/deployment-targets branch from ab11e91 to 570bbea Compare September 20, 2025 23:47
@owenv
Copy link
Contributor Author

owenv commented Sep 20, 2025

@swift-ci test self hosted

@owenv owenv force-pushed the owenv/deployment-targets branch from 570bbea to 749c8cb Compare September 21, 2025 04:35
@owenv
Copy link
Contributor Author

owenv commented Sep 21, 2025

@swift-ci test self hosted

@owenv
Copy link
Contributor Author

owenv commented Sep 21, 2025

@swift-ci test

@owenv
Copy link
Contributor Author

owenv commented Sep 29, 2025

@swift-ci test macOS

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.

'Bindable' is unavailable in macOS
4 participants