Skip to content

FreeBSD: Fix rpath to swift runtimes #1915

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

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

etcwilde
Copy link
Contributor

@etcwilde etcwilde commented Jun 2, 2025

The build_os in build-script includes the platform version number from the target triple. The runtimes are installed to a location that does not include the version number, resulting in the swift-driver failing to launch due to not finding libswiftCore. Fixing the rpath to avoid requiring folks to manually specify the correct location through environment variables.

The build_os in build-script includes the platform version number from
the target triple. The runtimes are installed to a location that does
not include the version number, resulting in the swift-driver failing
to launch due to not finding libswiftCore. Fixing the rpath to avoid
requiring folks to manually specify the correct location through
environment variables.
@etcwilde etcwilde requested a review from artemcm June 2, 2025 21:35
@etcwilde
Copy link
Contributor Author

etcwilde commented Jun 2, 2025

@swift-ci please test

@etcwilde etcwilde moved this to In Progress in Swift on FreeBSD Jun 2, 2025
@artemcm
Copy link
Contributor

artemcm commented Jun 2, 2025

@swift-ci please test Linux platform

@etcwilde etcwilde merged commit 3d6cd5a into swiftlang:main Jun 3, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Swift on FreeBSD Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants