Skip to content

Commit 32cf700

Browse files
committed
drop plans with rustls [ci skip]
While this would be an interesting alternative in theory and the project is active, related curl activity seems low and my recent attempt failed hard when trying to (cross-)build it. This may have been entirely my own fault/ignorance, and I did see similar happen with other Rust projects, I don't see any reasonable way out. Short of having the stamina and free time to spend weeks or months to crack it, for now I delete any plans to use rustls with curl-for-win builds. Focusing instead on switching to either LibreSSL or BoringSSL.
1 parent b41bea6 commit 32cf700

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
6969
# - Enable Control Flow Guard (once toolchains support it): -ehcontguard (requires LLVM 13.0.0)
7070
# - LLVM -mretpoline
7171
# - GNU multiarg options `--opt value` -> `-—opt=value`?
72-
# - rustls?
73-
# https://github.com/rustls/rustls/archive/refs/tags/v/0.20.6.tar.gz
74-
# $ cargo build --target={x86_64-pc-windows-gnullvm,aarch64-pc-windows-gnullvm,i686-pc-windows-gnu}
7572

7673
# Resources:
7774
# - https://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.html

0 commit comments

Comments
 (0)