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




commit abeb59490ddf8d8a5c4c8cf8ae17a1b9d17ef6ca
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 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]