mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
gitlab-ci: Switch to fedora:28 from fedora:rawhide
This commit is contained in:
parent
9ca8f323a9
commit
f150c7a3a0
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user