Fix DNS uploads in Linux release builds

This commit is contained in:
2026-07-17 19:32:03 -05:00
parent e2b8887dd4
commit 7f33d448c7
3 changed files with 10 additions and 9 deletions
+5 -3
View File
@@ -109,9 +109,11 @@ libc requires POWER6 instructions and produces release binaries that fault on
the iMac G5's PowerPC 970. Build `linux-ppc64be` natively on the G5 so it uses
the compatible Arch POWER ELFv2 runtime.
Release binaries statically include OpenSSL. Linux releases are fully static;
macOS releases retain only Apple's required system-library linkage because the
macOS toolchain does not support fully static executables.
Release binaries statically include OpenSSL. Linux releases dynamically use
the system C library so DNS resolution can safely load the matching NSS
modules; they do not require system OpenSSL libraries. macOS releases retain
only Apple's required system-library linkage because the macOS toolchain does
not support fully static executables.
## Continuous integration and releases