[gnome-build-meta/alatiera/32bit] ci: only build the flatpak runtimes for 32bit platforms




commit 3c0d528c80444c6aca6fa353cba7086caa5f5f85
Author: Jordan Petridis <jordan centricular com>
Date:   Mon Nov 22 19:19:45 2021 +0200

    ci: only build the flatpak runtimes for 32bit platforms
    
    Avoid build bumping into build failures on those platforms for
    the rest of the elements as we don't distribute any such binaries
    ourself anyway.

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af7c39c2b..b87b6ef3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,12 @@ 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)
+         ;;
+      arm)
+         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]