mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
feat: build with centos have no difference
This commit is contained in:
4
.github/workflows/build-nightly-release.yml
vendored
4
.github/workflows/build-nightly-release.yml
vendored
@@ -93,10 +93,6 @@ jobs:
|
||||
#compile_cargo_flags="-Z build-std=std,panic_abort,proc_macro"
|
||||
fi
|
||||
|
||||
if [[ "$compile_target" == "x86_64-unknown-linux-gnu" ]]; then
|
||||
export CROSS_CONFIG="${{ github.workspace }}/Cross-centos.toml"
|
||||
fi
|
||||
|
||||
cd build
|
||||
./build-release -t ${{ matrix.platform.target }} $compile_features $compile_compress $compile_nightly $compile_cargo_flags
|
||||
|
||||
|
||||
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@@ -111,10 +111,6 @@ jobs:
|
||||
#compile_cargo_flags="-Z build-std=std,panic_abort,proc_macro"
|
||||
fi
|
||||
|
||||
if [[ "$compile_target" == "x86_64-unknown-linux-gnu" ]]; then
|
||||
export CROSS_CONFIG="${{ github.workspace }}/Cross-centos.toml"
|
||||
fi
|
||||
|
||||
cd build
|
||||
./build-release -t ${{ matrix.platform.target }} $compile_features $compile_compress $compile_nightly $compile_cargo_flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user