This commit is contained in:
luoliwoshang
2025-09-25 15:51:14 +08:00
parent f34ccc1b0c
commit 1811ca1220
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ cat > "${POPULATE_LINUX_SYSROOT_SCRIPT}" << EOF
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y build-essential zlib1g-dev
apt-get install -y build-essential
apt-get install -y lsb-release gnupg2 wget rsync
echo "deb http://apt.llvm.org/\$(lsb_release -cs)/ llvm-toolchain-\$(lsb_release -cs)-19 main" | tee /etc/apt/sources.list.d/llvm.list