mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 10:09:17 +08:00
docker build with nightly
This commit is contained in:
@@ -31,6 +31,7 @@ RUN case "$TARGETARCH" in \
|
||||
&& PATH="/root/$MUSL-cross/bin:$PATH" \
|
||||
&& CC=/root/$MUSL-cross/bin/$MUSL-gcc \
|
||||
&& rustup target add $RUST_TARGET \
|
||||
&& rustup override set nightly \
|
||||
&& RUSTFLAGS="-C linker=$CC" \
|
||||
&& CC=$CC \
|
||||
&& cargo build --target "$RUST_TARGET" --release --features "local-tun local-redir armv8 neon stream-cipher aead-cipher-2022" \
|
||||
|
||||
Reference in New Issue
Block a user