mirror of
https://github.com/bytedance/g3.git
synced 2026-05-22 03:03:39 +00:00
Revert "add rustls-ring feature to make ring optional"
This reverts commit edd68ef1d7.
This commit is contained in:
parent
edd68ef1d7
commit
405bbe12dd
19 changed files with 37 additions and 47 deletions
|
|
@ -11,7 +11,7 @@ RUN apk add --no-cache musl-dev cmake capnproto-dev openssl-dev c-ares-dev lua5.
|
|||
ENV PKG_CONFIG_PATH=/usr/lib/pkgconfig
|
||||
ENV RUSTFLAGS="-Ctarget-feature=-crt-static"
|
||||
RUN cargo build --profile release-lto \
|
||||
--no-default-features --features rustls-ring,quic,c-ares,hickory,lua54 \
|
||||
--no-default-features --features quic,c-ares,hickory,lua54 \
|
||||
-p g3proxy -p g3proxy-ctl -p g3proxy-lua
|
||||
|
||||
FROM alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue