We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdae26 commit 229bc0dCopy full SHA for 229bc0d
_build.sh
@@ -76,6 +76,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
76
# TODO:
77
# - Change default TLS to BoringSSL (with OPENSSL_SMALL?) or LibreSSL?
78
# - linux: use musl.
79
+# - linux: fix/mitigate missing GLIBC versioned symbols on systems older than the build machine
80
# - mac: Test -DSHARE_LIB_OBJECT=ON with curl 8.3.0.
81
# - Rename _BRANCH to CW_CONFIG internally.
82
# - Replace .zip with .tar.gz for all-packages artifact (in _ul.sh)?
0 commit comments