From f150c7a3a07f921bce8735d5ba36f1ac0ca56118 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 24 Jul 2018 12:47:30 +0200 Subject: gitlab-ci: Switch to fedora:28 from fedora:rawhide --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc7886c..8b1aaeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: DEPENDENCIES: dbus-x11 gcc gjs make python3-dbus python3-gobject redhat-rpm-config fedora:Werror: - image: fedora:rawhide + image: fedora:28 stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -20,7 +20,7 @@ fedora:Werror: - make -j$(nproc) V=1 distcheck fedora:asan: - image: fedora:rawhide + image: fedora:28 stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -34,7 +34,7 @@ fedora:asan: - make -j$(nproc) V=1 DISABLE_HARD_ERRORS=1 XFAIL_TESTS="\$(JS_TESTS) \$(PY_TESTS)" check fedora:ubsan: - image: fedora:rawhide + image: fedora:28 stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -48,7 +48,7 @@ fedora:ubsan: - make -j$(nproc) V=1 check fedora:coverage: - image: fedora:rawhide + image: fedora:28 stage: build before_script: - dnf install -y 'dnf-command(builddep)' -- cgit v1.2.1