aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-02-09 01:38:01 -0500
committerEli Schwartz <eschwartz@archlinux.org>2023-02-12 00:22:53 -0500
commit06ba880a4857b966d37b2d1a506d776c8f9411b8 (patch)
tree40f11a67090d263329e9d1181fbcbcf427eaa6d3 /ci
parent7186279ffaf8b5827d5ba4eedbe9249bc48f82c7 (diff)
downloadmeson-06ba880a4857b966d37b2d1a506d776c8f9411b8.zip
meson-06ba880a4857b966d37b2d1a506d776c8f9411b8.tar.gz
meson-06ba880a4857b966d37b2d1a506d776c8f9411b8.tar.bz2
CI: ensure pypy3 has the basic packages
Diffstat (limited to 'ci')
-rwxr-xr-xci/ciimage/arch/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/ciimage/arch/install.sh b/ci/ciimage/arch/install.sh
index 6f33145..76eb8cd 100755
--- a/ci/ciimage/arch/install.sh
+++ b/ci/ciimage/arch/install.sh
@@ -33,6 +33,9 @@ sed -i "s,PKGEXT='.pkg.tar.zst',PKGEXT='.pkg.tar',g" /etc/makepkg.conf
pacman -Syu $PACMAN_OPTS "${pkgs[@]}"
install_python_packages
+pypy3 -m ensurepip
+pypy3 -m pip install "${base_python_pkgs[@]}"
+
# Setup the user
useradd -m $AUR_USER
echo "${AUR_USER}:" | chpasswd -e