[gnome-build-meta/abderrahim/no-vm-36] .gitlab-ci.yml: don't build the VM images



commit 3d2ff920c98dc8d504a443fb1e0491ecd20b42cc
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun May 3 16:32:43 2020 +0100

    .gitlab-ci.yml: don't build the VM images
    
    we decided not to advertise them for the 3.36 release

 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c395b95..babe7d59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,9 +83,6 @@ default:
     # Only run this build for x86_64, instead of building it somewhere else
     if [ "${ARCH}" == "x86_64" ]; then
         ${BST} build openh264-extension.bst:flatpak-repo.bst
-
-        ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst
-        ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image
     fi
 
   # Store all the downloaded git repos and tarballs in the cache.
@@ -100,7 +97,6 @@ default:
     paths:
     - logs
     - project.refs
-    - image
     expire_in: 1 week
 
 .flatpak-template:


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