[gnome-build-meta/alatiera/32bit: 2/2] ci: Only build the flatpak runtimes on i686
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/32bit: 2/2] ci: Only build the flatpak runtimes on i686
- Date: Mon, 1 Aug 2022 11:08:22 +0000 (UTC)
commit 73baf620b7183a90590c450a2e8732c86bf5a24b
Author: Jordan Petridis <jordan centricular com>
Date: Mon Nov 22 19:19:45 2021 +0200
ci: Only build the flatpak runtimes on i686
Avoid build bumping into build failures on those platforms for
the rest of the elements as we only need to distribute the i386
Compat extension and don't need to build the rest of the element.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1376>
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c85fbc70c..b879abc09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,6 +54,9 @@ default:
x86_64)
TARGETS+=(vm/repo.bst vm/repo-devel.bst)
;;
+ i686)
+ TARGETS=(flatpak-runtimes.bst flatpak-platform-extensions.bst)
+ ;;
esac
- |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]