You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FreeBSD builds are currently using the GlibC modulemap to import the
C runtimes. FreeBSD does not have `gnu_get_libc_version` resulting in
build failures.
The use of this API was introduced in
#1147
(cherry picked from commit 79c22ad)
- **Explanation**: The FreeBSD builds are currently using the GlibC
modulemap to import the C runtimes. FreeBSD does not have
`gnu_get_libc_version` resulting in build failures.
- **Scope**: Build failure on platforms using Glibc modulemap that don't
have GNU extensions. (FreeBSD, OpenBSD)
- **Issues**: #1193
- **Original PRs**: #1183
- **Risk**: Low risk. Removes use of unavailable API.
- **Testing**: Built swift-testing on FreeBSD and Linux.
- **Reviewers**: @grynspan@3405691582Fixes: #1193
0 commit comments