Pikaur is broken, use Yay instead
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
65c3e85f4b
commit
a51c6730a9
2 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@ FROM depau/archlinux-daily:aarch64
|
||||||
|
|
||||||
# Add common build utils and other needed packages
|
# Add common build utils and other needed packages
|
||||||
RUN pacman -Syu --noconfirm base base-devel pacman-contrib git cmake \
|
RUN pacman -Syu --noconfirm base base-devel pacman-contrib git cmake \
|
||||||
meson ninja sudo asp pyalpm
|
meson ninja sudo go-pie
|
||||||
|
|
||||||
# Add builds user
|
# Add builds user
|
||||||
RUN useradd -mG wheel builder && \
|
RUN useradd -mG wheel builder && \
|
||||||
|
@ -16,9 +16,9 @@ USER builder
|
||||||
|
|
||||||
# Add pikaur
|
# Add pikaur
|
||||||
RUN cd /home/builder && \
|
RUN cd /home/builder && \
|
||||||
git clone https://aur.archlinux.org/pikaur.git && \
|
git clone https://aur.archlinux.org/yay.git && \
|
||||||
cd pikaur && \
|
cd yay && \
|
||||||
makepkg -sAc && \
|
makepkg -sAc && \
|
||||||
sudo pacman --noconfirm -U pikaur*.pkg.* && \
|
sudo pacman --noconfirm -U yay*.pkg.* && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
rm -Rf pikaur
|
rm -Rf yay
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM depau/archlinux-daily:x86_64
|
||||||
|
|
||||||
# Add common build utils and other needed packages
|
# Add common build utils and other needed packages
|
||||||
RUN pacman -Syu --noconfirm base base-devel pacman-contrib git cmake \
|
RUN pacman -Syu --noconfirm base base-devel pacman-contrib git cmake \
|
||||||
meson ninja sudo asp pyalpm
|
meson ninja sudo go-pie
|
||||||
|
|
||||||
# Add builds user
|
# Add builds user
|
||||||
RUN useradd -mG wheel builder && \
|
RUN useradd -mG wheel builder && \
|
||||||
|
@ -16,9 +16,9 @@ USER builder
|
||||||
|
|
||||||
# Add pikaur
|
# Add pikaur
|
||||||
RUN cd /home/builder && \
|
RUN cd /home/builder && \
|
||||||
git clone https://aur.archlinux.org/pikaur.git && \
|
git clone https://aur.archlinux.org/yay.git && \
|
||||||
cd pikaur && \
|
cd yay && \
|
||||||
makepkg -sAc && \
|
makepkg -sAc && \
|
||||||
sudo pacman --noconfirm -U pikaur*.pkg.* && \
|
sudo pacman --noconfirm -U yay*.pkg.* && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
rm -Rf pikaur
|
rm -Rf yay
|
||||||
|
|
Loading…
Reference in a new issue