Skip to content

[🍒next]: Pass platform name in SwiftCore link #11154

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

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

Conversation

etcwilde
Copy link
Member

@etcwilde etcwilde commented Aug 8, 2025

The platform name was hard-coded to linux. The target name when building for FreeBSD is swiftCore-freebsd-${arch} resulting in a build failure due to the missing swiftCore-linux-${arch} target.

(cherry picked from commit 160e122)
Cherry-Picking to next: #10725
rdar://152362268

The platform name was hard-coded to `linux`. The target name when
building for FreeBSD is `swiftCore-freebsd-${arch}` resulting in a build
failure due to the missing swiftCore-linux-${arch} target.

(cherry picked from commit 160e122)
@etcwilde etcwilde requested a review from JDevlieghere as a code owner August 8, 2025 23:22
@etcwilde
Copy link
Member Author

etcwilde commented Aug 8, 2025

@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.

1 participant