Skip to content

Commit

Permalink
Update test-install-scripts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Feb 4, 2025
1 parent 2254ab7 commit eb3f15f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,10 @@ jobs:
run: |
pacman --noconfirm -Syu
pacman --noconfirm -S base base-devel git sudo openssl-1.1
git clone https://aur.archlinux.org/yay.git
(cd yay && makepkg -si)
yay -S prelink
useradd builduser -m
passwd -d builduser
printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
sudo -u builduser bash -c 'cd ~ && git clone https://aur.archlinux.org/execstack.git && cd execstack && makepkg -s --noconfirm'
# The behavior we follow in install.sh is unique with Arch in that
# we leave it to the user to install the appropriate version of python,
# so we need to install python here in order for the test to succeed.
Expand Down

0 comments on commit eb3f15f

Please sign in to comment.