1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Comment out flatpack build for now.

This commit is contained in:
psi29a 2022-08-17 06:59:43 +00:00
parent dd055d6142
commit bcb4215c84

View File

@ -652,7 +652,7 @@ Windows_MSBuild_RelWithDebInfo:
script: script:
- scripts/find_missing_merge_requests.py --project_id=$CI_PROJECT_ID --ignored_mrs_path=$CI_PROJECT_DIR/.resubmitted_merge_requests.txt - 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' image: 'docker.io/bilelmoussaoui/flatpak-github-actions'
stage: build stage: build
script: script:
@ -670,4 +670,4 @@ flatpak:
- "openmw.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. # 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 # Flatpak Builds compile all dependencies aswell so need more time. Build results of libraries are cached
timeout: 4h timeout: 4h