From efa4b52e9ac7e9df5bed7a47a649c83fbdbb1a95 Mon Sep 17 00:00:00 2001 From: psi29a Date: Wed, 17 Aug 2022 06:59:43 +0000 Subject: [PATCH] Comment out flatpack build for now. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9559b0e6a6..3340c2f51d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -652,7 +652,7 @@ Ubuntu_AndroidNDK_arm64-v8a: script: - scripts/find_missing_merge_requests.py --project_id=$CI_PROJECT_ID --ignored_mrs_path=$CI_PROJECT_DIR/.resubmitted_merge_requests.txt -flatpak: +.flatpak: image: 'docker.io/bilelmoussaoui/flatpak-github-actions' stage: build script: @@ -670,4 +670,4 @@ flatpak: - "openmw.flatpak" # When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks. # Flatpak Builds compile all dependencies aswell so need more time. Build results of libraries are cached - timeout: 4h \ No newline at end of file + timeout: 4h