Update main.sh
This commit is contained in:
parent
4356249573
commit
c3314e189b
13
main.sh
13
main.sh
@ -8,14 +8,19 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
|||||||
|
|
||||||
VERSION="24.4"
|
VERSION="24.4"
|
||||||
|
|
||||||
# TEMP I386 SPECFIC FIX
|
|
||||||
if [[ "$PIKA_BUILD_ARCH" == "i386" ]]
|
if [[ "$PIKA_BUILD_ARCH" == "i386" ]]
|
||||||
then
|
then
|
||||||
wget http://ftp.us.debian.org/debian/pool/main/s/spirv-llvm-translator-18/libllvmspirvlib18.1_18.1.4-1_i386.deb -O ./32bit-spirv.deb
|
wget http://ftp.us.debian.org/debian/pool/main/s/spirv-llvm-translator-19/libllvmspirvlib19.1_19.1.0-1_i386.deb -O ./32bit-spirv.deb
|
||||||
wget http://ftp.us.debian.org/debian/pool/main/s/spirv-llvm-translator-18/libllvmspirvlib-18-dev_18.1.4-1_i386.deb -O ./32bit-spirv-dev.deb
|
wget http://ftp.us.debian.org/debian/pool/main/s/spirv-llvm-translator-19/libllvmspirvlib-19-dev_19.1.0-1_i386.deb -O ./32bit-spirv-dev.deb
|
||||||
apt install -y ./32bit-spirv-dev.deb ./32bit-spirv.deb
|
apt install -y ./32bit-spirv-dev.deb ./32bit-spirv.deb
|
||||||
fi
|
fi
|
||||||
#
|
|
||||||
|
if [[ "$PIKA_BUILD_ARCH" == "amd64-v3" ]]
|
||||||
|
then
|
||||||
|
wget http://ftp.us.debian.org/debian/pool/main/s/spirv-llvm-translator-19/libllvmspirvlib19.1_19.1.0-1_amd64.deb -O ./64bit-spirv.deb
|
||||||
|
wget http://ftp.us.debian.org/debian/pool/main/s/spirv-llvm-translator-19/libllvmspirvlib-19-dev_19.1.0-1_amd64.deb -O ./64bit-spirv-dev.deb
|
||||||
|
apt install -y ./64bit-spirv-dev.deb ./64bit-spirv.deb
|
||||||
|
fi
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/mesa/mesa mesa-git
|
git clone https://gitlab.freedesktop.org/mesa/mesa mesa-git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user