Skip to content

Commit

Permalink
updating scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent 881e1ef commit 149eb64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile.xx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ RUN --mount=type=cache,target=/usr/local/cargo/git/db \
/usr/local/cargo/registry/cache \
/usr/local/cargo/registry/index \
-maxdepth 2 -type d && \
xx-cargo build --profile "${PROFILE}" --no-default-features --features rust-tls,webui && \
xx-cargo build \
--target-dir "target/$(xx-cargo --print-target-triple)" \
--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 149eb64

Please sign in to comment.