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

Remove FreeBSD version from swiftmodule triple #79103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michael-yuji
Copy link
Contributor

@michael-yuji michael-yuji commented Feb 2, 2025

Do not include FreeBSD version in the swift sdk triple. This makes swiftlang/swift-build#12 easier.

Although technically different versions of FreeBSD does not guarantee ABI stability across major versions FreeBSD guarantees user land ABI stability across major version, toolchain are shipping per OS version anyway, so it shouldn't affect user in any meaningful way. (each major release will likely have a separate toolchain).

This also have the additional benefit that the swift toolchain will not break and complain about not finding the correct swiftmodule across minor updates (which ABI stability is preserved across)

Copy link
Contributor

@jakepetroules jakepetroules left a comment

Choose a reason for hiding this comment

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

Thanks!

Side note, I'm guessing we should probably do the same for OpenBSD, though I don't expect you to do that as part of this PR.

@michael-yuji
Copy link
Contributor Author

@swift-ci please test

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.

2 participants