From fa035d367162ce6bb26568e4e288beced35dc544 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Thu, 23 Jan 2025 14:36:12 +0100 Subject: [PATCH] removed more useless output --- .github/workflows/aarch64.yml | 4 ++-- aarch64_buildscript | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index dcac5148..4a323c95 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -20,8 +20,8 @@ jobs: sparse-checkout-cone-mode: false - name: Installing Packages run: | - sudo apt -qq update -y - sudo apt -y -qq install binfmt-support qemu-user-static systemd-container wget + sudo apt -qq update -y > /dev/null + sudo apt -y -qq install binfmt-support qemu-user-static systemd-container wget > /dev/null - name: Starting Services run: | sudo systemctl restart systemd-binfmt diff --git a/aarch64_buildscript b/aarch64_buildscript index 8706193f..3796b9d0 100755 --- a/aarch64_buildscript +++ b/aarch64_buildscript @@ -11,17 +11,17 @@ # Moving or renaming venv directory (comment inline below) will break that venv. # Additional poetry bug ongoing https://github.com/python-poetry/poetry/issues/5250 (comment inline below) # Changed to bash shebang above from repo build script setting of zsh -pacman-key --init -pacman-key --populate archlinuxarm -pacman -Syq --noconfirm -pacman -Sq yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib libnghttp2 icu --noconfirm --disable-download-timeout --needed +pacman-key --init > /dev/null +pacman-key --populate archlinuxarm > /dev/null +pacman -Syq --noconfirm > /dev/null +pacman -Sq yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib libnghttp2 icu --noconfirm --disable-download-timeout --needed > /dev/null wget -q 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 mkdir swingmusicbuilder cd swingmusicbuilder -git clone https://github.com/swing-opensource/swingmusic-client.git -git clone https://github.com/swing-opensource/swingmusic.git +git clone --quiet https://github.com/swing-opensource/swingmusic-client.git +git clone --quiet https://github.com/swing-opensource/swingmusic.git # Manual poetry installation as installers are broken. python3.11 -m venv poetry source poetry/bin/activate