ci: Require some updated packages Fedora Docker image

Rather than installing those updates manually.
This commit is contained in:
Bastien Nocera 2019-12-11 17:47:45 +01:00
parent 36aacb8ae3
commit 4aa14d5770
2 changed files with 2 additions and 6 deletions

View File

@ -158,10 +158,6 @@ installed-tests:
- ninja -C _build - ninja -C _build
- sudo ninja -C _build install - sudo ninja -C _build install
- cd .. - cd ..
# FIXME: Add update until stable https://bodhi.fedoraproject.org/updates/FEDORA-2019-e830287661
- sudo dnf upgrade -y --enablerepo=updates-testing --advisory=FEDORA-2019-e830287661
# FIXME: Add update until stable https://bodhi.fedoraproject.org/updates/FEDORA-2019-161b129d4d
- sudo dnf upgrade -y --enablerepo=updates-testing --advisory=FEDORA-2019-161b129d4d
# Work-around https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/2 # Work-around https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/2
- mkdir -p _build/installed-tests-report/logs/ - mkdir -p _build/installed-tests-report/logs/
- GLIB_TEST_COMPILATION=1 gnome-desktop-testing-runner - GLIB_TEST_COMPILATION=1 gnome-desktop-testing-runner

View File

@ -31,7 +31,7 @@ RUN dnf -y install \
glibc-langpack-pl \ glibc-langpack-pl \
glibc-langpack-ru \ glibc-langpack-ru \
glibc-langpack-tr \ glibc-langpack-tr \
gnome-desktop-testing \ "gnome-desktop-testing >= 2018.1" \
gtk-doc \ gtk-doc \
itstool \ itstool \
lcov \ lcov \
@ -43,7 +43,7 @@ RUN dnf -y install \
ncurses-compat-libs \ ncurses-compat-libs \
ninja-build \ ninja-build \
pcre-devel \ pcre-devel \
python3-dbusmock \ "python3-dbusmock >= 0.18.3-2" \
python3-pygments \ python3-pygments \
python3-wheel \ python3-wheel \
shared-mime-info \ shared-mime-info \