-
Notifications
You must be signed in to change notification settings - Fork 82
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
Additional FreeBSD fixes #865
Conversation
Thanks for taking a look at this! I've left you some questions. |
FreeBSD has the |
608341f
to
6753c35
Compare
@swift-ci test |
Hey! turns out it's because I made a typo. This is now fixed too. |
@swift-ci test |
@swift-ci test |
Related: swiftlang/swift#77836 |
Related: swiftlang/swift-package-manager#8193 |
Add FreeBSD support for swift-testing.
Result:
With this PR, swift-testing can be built on FreeBSD (tested on x86_64 FreeBSD 14.1-RELEASE-p6)
Known issue:
There are some issue running
swift test
on this repo, but most likely due to bugs in my host toolchain.