[gvfs/fix-ci: 2/2] ci: Fix gnome-build-meta job
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/fix-ci: 2/2] ci: Fix gnome-build-meta job
- Date: Fri, 28 Feb 2020 09:46:45 +0000 (UTC)
commit 696fad9a71fb7ea2ee671f08e2fabc1aad04be0f
Author: Ondrej Holy <oholy redhat com>
Date: Fri Feb 28 10:14:27 2020 +0100
ci: Fix gnome-build-meta job
Update docker image and add privileged tag as it fails otherwise with
"fuse: device not found, try 'modprobe fuse' first" error.
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fa8fa3e..a05577fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,10 +10,12 @@ fedora:
.gnome-build-meta-template: &gnome-build-meta
variables:
- DOCKER_IMAGE_ID: 'e593f441b6ac7536b0e35a4354dc20c6c123f6b5'
+ DOCKER_IMAGE_ID: '80f4a16af18b8641874fe037710dcaad4710ff50'
DOCKER_REGISTRY: "registry.gitlab.com/freedesktop-sdk/infrastructure/freedesktop-sdk-docker-images"
DOCKER_AMD64: "${DOCKER_REGISTRY}/bst14/amd64:${DOCKER_IMAGE_ID}"
image: "${DOCKER_AMD64}"
+ tags:
+ - privileged
before_script:
- git clone --depth 1 https://gitlab.gnome.org/GNOME/gnome-build-meta.git
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]