Skip to content

Commit

Permalink
.github/workflows/integration-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Mar 14, 2024
1 parent 8fc45bf commit 866e2d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ jobs:
pacman-key --init
pacman-key --populate archlinux
mkdir -p /etc/gnupg && echo "auto-key-retrieve" >> /etc/gnupg/gpg.conf
- name: Switch to testing
run: |
sed -i -e 's/\#\[core\-testing\]/\[core\-testing\]/' /etc/pacman.conf
sed -i -e 's/\#Include = \/etc\/pacman\.d\/mirrorlist/Include = \/etc\/pacman\.d\/mirrorlist/' /etc/pacman.conf
sed -i -e 's/\#\[extra-testing\]/\[extra\-testing\]/' /etc/pacman.conf
sed -i -e 's/\#Include = \/etc\/pacman\.d\/mirrorlist/Include = \/etc\/pacman\.d\/mirrorlist/' /etc/pacman.conf
sed -i -e 's/\#\[multilib\-testing\]/\[multilib\-testing\]/' /etc/pacman.conf
sed -i -e 's/\#Include = \/etc\/pacman\.d\/mirrorlist/Include = \/etc\/pacman\.d\/mirrorlist/' /etc/pacman.conf
pacman -Syyu --noconfirm
- name: Install dependencies
run: |
pacman -Syu --noconfirm bc cpio pahole python kmod clang llvm lld
Expand Down

0 comments on commit 866e2d8

Please sign in to comment.