Revert "Revert "Upgrade to rustls v0.23.22" (#24197)" (#24210)

try to reland rustls without breaking linux arm builders

See: 
- #24197
- #24138

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-02-05 14:24:21 -07:00
committed by GitHub
parent e506efa9bf
commit 9114ca973c
5 changed files with 98 additions and 47 deletions
+1
View File
@@ -45,6 +45,7 @@ if [[ -n $apt ]]; then
libsqlite3-dev
musl-tools
musl-dev
build-essential
)
if (grep -qP 'PRETTY_NAME="(Linux Mint 22|.+24\.(04|10))' /etc/os-release); then
deps+=( mold libstdc++-14-dev )