From 973c3dd32c30b153d61b75cdc21fee175f6f80a7 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 28 Aug 2024 17:01:43 +0100 Subject: [PATCH] Restore docker building openssl, ring is TOO slow --- docker/Dockerfile.xx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.xx b/docker/Dockerfile.xx index c1bfd500..b6941ab3 100644 --- a/docker/Dockerfile.xx +++ b/docker/Dockerfile.xx @@ -31,7 +31,7 @@ find /src/target \ xx-cargo build \ --target-dir "target/${TT}" \ --profile "${PROFILE_NAME}" \ - --no-default-features --features rust-tls,webui + --features openssl-vendored find /src/target -maxdepth 4 -type d xx-verify --static "${BIN}" mv "${BIN}" /bin/rqbit