Skip to content

Commit

Permalink
Reduce resource usage of the CI process
Browse files Browse the repository at this point in the history
Reduce resource usage of the CI process
  • Loading branch information
misile00 committed Jun 1, 2024
1 parent 6707366 commit 78b8985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [[ -d /var/lib/apt/ ]] ; then
cp /etc/apt/sources.list /etc/apt/sources.list.d/noble.list
sed -i s/jammy/noble/g /etc/apt/sources.list.d/noble.list
apt update
apt -t noble install arch-install-scripts --install-suggests -y
apt -t jammy install wget qemu-user-static binfmt-support wget unzip qemu-utils --install-suggests -y
apt -t noble install arch-install-scripts pacman-package-manager archlinux-keyring makepkg -y
apt -t jammy install wget qemu-user-static binfmt-support wget unzip qemu-utils -y
fi

mkdir -p misilix
Expand Down
4 changes: 2 additions & 2 deletions build_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [[ -d /var/lib/apt/ ]] ; then
cp /etc/apt/sources.list /etc/apt/sources.list.d/noble.list
sed -i s/jammy/noble/g /etc/apt/sources.list.d/noble.list
apt update
apt -t noble install arch-install-scripts --install-suggests -y
apt -t jammy install wget qemu-user-static binfmt-support wget unzip qemu-utils --install-suggests -y
apt -t noble install arch-install-scripts pacman-package-manager archlinux-keyring makepkg -y
apt -t jammy install wget qemu-user-static binfmt-support wget unzip qemu-utils -y
fi

mkdir -p misilix
Expand Down

0 comments on commit 78b8985

Please sign in to comment.