[gnome-build-meta/alatiera/32bit: 1/2] ci: Only build the flatpak runtimes on i686




commit 4dba5c6fe45f9fa2e7e44dd924532d559c17e6e1
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.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af7c39c2b..983b4c282 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,9 @@ default:
       x86_64)
          TARGETS+=(vm/repo.bst vm/repo-devel.bst)
          ;;
+      i686)
+         TARGETS=(flatpak-runtimes.bst flatpak-platform-extensions.bst flatpak/platform-manifest.bst 
flatpak/sdk-manifest.bst)
+         ;;
     esac
 
   - ${BST} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build "${TARGETS[@]}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]