[epiphany/mcatanzaro/flatpak] Attempt to fix flatpak CI
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/flatpak] Attempt to fix flatpak CI
- Date: Thu, 20 Feb 2020 14:58:48 +0000 (UTC)
commit 0d4adcd30611e49b3a2d9cbafe3e7bb2a385f41f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Thu Feb 20 08:57:46 2020 -0600
Attempt to fix flatpak CI
We no longer have CAP_SYS_ADMIN on the runners, since apparently that's
bad.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c9985153..2a24106f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ flatpak-scanbuild:
MESON_ARGS: '-Dprofile=Devel -Dunit_tests=enabled --werror'
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
script:
- - flatpak-builder --stop-at=${FLATPAK_MODULE} flatpak_app ${MANIFEST_PATH}
+ - flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} flatpak_app ${MANIFEST_PATH}
- flatpak build flatpak_app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build flatpak_app ninja -C _build scan-build
- bash -c 'if [[ -n "$(ls -A _build/meson-logs/scanbuild/)" ]]; then echo "Scan build log found,
assuming defects exist"; exit 1; fi'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]