dropshell release 2025.0526.2310
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m58s

This commit is contained in:
Your Name
2025-05-26 23:12:28 +12:00
parent 6ac651d4f0
commit 940c2a12a1
2 changed files with 17 additions and 6 deletions

View File

@@ -107,6 +107,13 @@ if [ ! -d "$INSTALL_DIR/x86_64-linux-musl-cross" ]; then
tar -C "$INSTALL_DIR" -xvf "$TMPDIR/x86_64-linux-musl-cross.tgz"
fi
# x86_64 native
if [ ! -d "$INSTALL_DIR/x86_64-linux-musl-native" ]; then
echo "Downloading x86_64 musl native toolchain..."
wget -nc -O "$TMPDIR/x86_64-linux-musl-native.tgz" $MUSL_CC_URL/x86_64-linux-musl-native.tgz
tar -C "$INSTALL_DIR" -xvf "$TMPDIR/x86_64-linux-musl-native.tgz"
fi
# aarch64
if [ ! -d "$INSTALL_DIR/aarch64-linux-musl-cross" ]; then
echo "Downloading aarch64 musl cross toolchain..."