Skip to content

Commit

Permalink
Restore docker building openssl, ring is TOO slow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 28, 2024
1 parent 67f984a commit 973c3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.xx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 973c3dd

Please sign in to comment.