[epiphany/pgriffis/fix-ci] ci: Don't block on scanbuild failing
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/pgriffis/fix-ci] ci: Don't block on scanbuild failing
- Date: Mon, 4 Jul 2022 18:08:27 +0000 (UTC)
commit c4d20b3da349eb9a1190315a304a451c3aef54a0
Author: Patrick Griffis <pgriffis igalia com>
Date: Mon Jul 4 13:08:02 2022 -0500
ci: Don't block on scanbuild failing
We don't have the sdk extension for llvm available yet.
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13db8efd4..b91ab9869 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,6 +58,7 @@ scanbuild:
script:
- flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} flatpak_app ${MANIFEST_PATH}
- flatpak build flatpak_app bash -c "source /usr/lib/sdk/llvm12/enable.sh; meson --prefix=/app
${CONFIG_OPTS} _build; SCANBUILD=$(pwd)/.run-scan-build ninja -C _build scan-build"
+ allow_failure: true # This is temporary until the org.freedesktop.Sdk.Extension.llvm12 extension exists
for our runtime.
artifacts:
when: on_failure
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]