Update aarch64_buildscript

This commit is contained in:
jensgrunzer1
2024-11-21 10:56:14 +01:00
committed by GitHub
parent bcc5adcfbd
commit 8f29ffd24b
+3 -3
View File
@@ -14,10 +14,10 @@
pacman-key --init
pacman-key --populate archlinuxarm
pacman -Sy --noconfirm
pacman -S yarn git wget glibc gcc --noconfirm
pacman -S yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib bluez-libs gdb mpdecimal--noconfirm
wget https://github.com/jensgrunzer1/pyhon311-for-aarch64/raw/refs/heads/main/python311-3.11.9-2-aarch64.pkg.tar.xz
pacman -U python311-3.11.9-2-aarch64.pkg.tar.xz --noconfirm
pacman -Su --noconfirm
#pacman -Su --noconfirm
mkdir swingmusicbuilder
cd swingmusicbuilder
@@ -43,4 +43,4 @@ poetry env use /usr/bin/python3.11
poetry install
# Swing gives error if this is not set. Set to version of repo you cloned.
export SWINGMUSIC_APP_VERSION="1.4.8"
poetry run python manage.py --build
poetry run python manage.py --build