cargo clean midway

main
Ziyang Hu 2 years ago
parent de19d21543
commit 4de1de0d7c

@ -18,6 +18,8 @@ for TARGET in aarch64-unknown-linux-gnu x86_64-unknown-linux-gnu; do
done
cargo clean
for TARGET in x86_64-unknown-linux-gnu; do
PROTOC=$PWD/tools/protoc CARGO_PROFILE_RELEASE_LTO=fat cross build --release -p cozoserver \
-F compact -F storage-rocksdb -F storage-tikv -F storage-sled --target $TARGET

Loading…
Cancel
Save