gitlab-ci: add wget to ubuntu_jammy_pip so test_mirroring_a_repo runs

Otherwise, it only runs on the fedora_latest job.  Debian-derives are by
far the most common platform, so this test should run on at least one. This
test caught bugs in !1788 so its valuable.
This commit is contained in:
Hans-Christoph Steiner
2026-05-20 11:43:40 +02:00
parent 976c9c0db4
commit 87ab3ca9da

View File

@@ -229,7 +229,7 @@ ubuntu_jammy_pip:
image: ubuntu:jammy
<<: *apt-template
script:
- apt-get install git default-jdk-headless python3-pip python3-venv rsync
- apt-get install git default-jdk-headless python3-pip python3-venv rsync wget
# setup venv to act as release build machine
- python3 -m venv sdist-env