Skip to content

Commit

Permalink
Trying rust-tls to speed up the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent 7b4d5df commit b4d99b3
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 @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/cache \
--mount=type=cache,target=/usr/local/cargo/registry/index \
--mount=type=cache,target=/src/target \
xx-cargo build --profile "${PROFILE}" --no-default-features --features default-tls,openssl-vendored,webui && \
xx-cargo build --profile "${PROFILE}" --no-default-features --features rust-tls,webui && \
xx-verify --static "./target/$(xx-cargo --print-target-triple)/${PROFILE}/rqbit" && \
mv "./target/$(xx-cargo --print-target-triple)/${PROFILE}/rqbit" /bin/rqbit

Expand Down

0 comments on commit b4d99b3

Please sign in to comment.