diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-09 01:38:01 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-12 00:22:53 -0500 |
| commit | 06ba880a4857b966d37b2d1a506d776c8f9411b8 (patch) | |
| tree | 40f11a67090d263329e9d1181fbcbcf427eaa6d3 /ci | |
| parent | 7186279ffaf8b5827d5ba4eedbe9249bc48f82c7 (diff) | |
| download | meson-06ba880a4857b966d37b2d1a506d776c8f9411b8.tar.gz | |
CI: ensure pypy3 has the basic packages
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ciimage/arch/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/ciimage/arch/install.sh b/ci/ciimage/arch/install.sh index 6f3314505..76eb8cd37 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 |
