更新 toolchain/build.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-03-19 22:35:22 +08:00
parent f7368fac3d
commit 1df8212f5a

View File

@ -27,6 +27,6 @@ make tools/compile -j$(nproc)
mkdir toolchain-cache
# Compression toolchain
# tar -czvf toolchain-cache/toolchain.tar.gz toolchain
tar -I zstd -cvf toolchain-cache/toolchain.tar.zst toolchain
tar -czvf toolchain-cache/toolchain.tar.gz tools toolchain
# tar -czvf toolchain-cache/toolchain.tar.gz tools toolchain