Skip to content

Commit

Permalink
_build.sh: add Linux GLIBC TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Aug 31, 2023
1 parent bfdae26 commit 229bc0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
# TODO:
# - Change default TLS to BoringSSL (with OPENSSL_SMALL?) or LibreSSL?
# - linux: use musl.
# - linux: fix/mitigate missing GLIBC versioned symbols on systems older than the build machine
# - mac: Test -DSHARE_LIB_OBJECT=ON with curl 8.3.0.
# - Rename _BRANCH to CW_CONFIG internally.
# - Replace .zip with .tar.gz for all-packages artifact (in _ul.sh)?
Expand Down

0 comments on commit 229bc0d

Please sign in to comment.