mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01:00
ci: Use new Fedora v5 Docker image for all CI jobs
v5 was built using the fedora.Dockerfile updates from the previous few commits. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
c625c37dde
commit
cd11067a03
@ -32,7 +32,7 @@ style-check-diff:
|
|||||||
|
|
||||||
fedora-x86_64:
|
fedora-x86_64:
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
||||||
@ -100,7 +100,7 @@ debian-stable-x86_64:
|
|||||||
|
|
||||||
G_DISABLE_ASSERT:
|
G_DISABLE_ASSERT:
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
CPPFLAGS: "-DG_DISABLE_ASSERT"
|
CPPFLAGS: "-DG_DISABLE_ASSERT"
|
||||||
@ -127,7 +127,7 @@ G_DISABLE_ASSERT:
|
|||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
|
||||||
stage: analysis
|
stage: analysis
|
||||||
variables:
|
variables:
|
||||||
MESON_TEST_TIMEOUT_MULTIPLIER: 10
|
MESON_TEST_TIMEOUT_MULTIPLIER: 10
|
||||||
@ -298,7 +298,7 @@ freebsd-12-x86_64:
|
|||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
|
||||||
stage: coverage
|
stage: coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||||
@ -310,7 +310,7 @@ coverage:
|
|||||||
|
|
||||||
scan-build:
|
scan-build:
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
|
||||||
stage: analysis
|
stage: analysis
|
||||||
script:
|
script:
|
||||||
- meson ${MESON_COMMON_OPTIONS}
|
- meson ${MESON_COMMON_OPTIONS}
|
||||||
@ -341,7 +341,7 @@ pages:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
dist-job:
|
dist-job:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user