mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
.gitlab-ci: Update CI base image to Fedora 38
Signed-off-by: Daiki Ueno <dueno@src.gnome.org>
This commit is contained in:
parent
7f97e5e0fa
commit
8efde50455
@ -1,4 +1,4 @@
|
||||
image: registry.gitlab.gnome.org/gnome/libsecret/master:v1
|
||||
image: registry.gitlab.gnome.org/gnome/libsecret/master:v2
|
||||
|
||||
stages:
|
||||
- build
|
||||
@ -31,7 +31,6 @@ fedora:asan:
|
||||
- meson compile -C _build
|
||||
- eval `dbus-launch --sh-syntax`
|
||||
- meson test -C _build --print-errorlogs
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM fedora:34
|
||||
FROM fedora:38
|
||||
|
||||
RUN dnf update -y \
|
||||
&& dnf install -y \
|
||||
|
Loading…
Reference in New Issue
Block a user