feat: build with centos have no difference

This commit is contained in:
zonyitoo
2025-05-06 14:27:06 +08:00
parent 47bebcbb3d
commit ece4be3880
2 changed files with 0 additions and 8 deletions

View File

@@ -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

View File

@@ -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