gitlab-ci: Switch to fedora:28 from fedora:rawhide

This commit is contained in:
Daiki Ueno 2018-07-24 12:47:30 +02:00
parent 9ca8f323a9
commit f150c7a3a0

View File

@ -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)'