fix i386 maybe attempt #1
All checks were successful
PikaOS Package Build & Release (i386) / build (push) Successful in 6m12s
All checks were successful
PikaOS Package Build & Release (i386) / build (push) Successful in 6m12s
This commit is contained in:
parent
ff4e963f21
commit
2ad132ee7e
2
.github/release-nest-i386
vendored
2
.github/release-nest-i386
vendored
@ -1 +1 @@
|
||||
13
|
||||
14
|
5
main.sh
5
main.sh
@ -11,8 +11,9 @@ VERSION="24.4"
|
||||
# TEMP I386 SPECFIC FIX
|
||||
if [[ "$PIKA_BUILD_ARCH" == "i386" ]]
|
||||
then
|
||||
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.deb
|
||||
apt install -y ./32bit-spirv.deb
|
||||
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-18/libllvmspirvlib-18-dev_18.1.4-1_i386.deb -O ./32bit-spirv-dev.deb
|
||||
apt install -y ./32bit-spirv-dev.deb ./32bit-spirv.deb
|
||||
fi
|
||||
#
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user