From 61a8f2eb680cbfb16ef2a6bf8a2bf4d994ffdb52 Mon Sep 17 00:00:00 2001 From: Zhymabek Roman <61125068+ZhymabekRoman@users.noreply.github.com> Date: Fri, 21 Oct 2022 09:43:21 +0600 Subject: [PATCH] Disable bundle some packages in AppImage --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a952cba..28a4134d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,6 +227,7 @@ appimage-amd64: stage: build image: ubuntu:22.04 tags: [docker] + allow_failure: true before_script: # Installing the packages needed to download and install third-party tools - apt-get update && apt-get install -y software-properties-common git wget curl @@ -259,18 +260,18 @@ appimage-amd64: -DMAN=OFF -DCI_BUILD=ON -DHUNTER_CONFIGURATION_TYPES=Release - -DUSE_BUNDLED_SPDLOG=ON + -DUSE_BUNDLED_SPDLOG=OFF -DUSE_BUNDLED_OLM=ON -DUSE_BUNDLED_GTEST=OFF -DUSE_BUNDLED_CMARK=ON -DUSE_BUNDLED_JSON=ON - -DUSE_BUNDLED_OPENSSL=ON + -DUSE_BUNDLED_OPENSSL=OFF -DUSE_BUNDLED_MTXCLIENT=ON -DUSE_BUNDLED_LMDB=OFF -DUSE_BUNDLED_LMDBXX=ON -DUSE_BUNDLED_QTKEYCHAIN=OFF - -DUSE_BUNDLED_LIBEVENT=ON - -DUSE_BUNDLED_LIBCURL=ON + -DUSE_BUNDLED_LIBEVENT=OFF + -DUSE_BUNDLED_LIBCURL=OFF -DUSE_BUNDLED_COEURL=ON -DJSON_ImplicitConversions=OFF - DESTDIR=`pwd`/AppDir ninja -C build install/local