From e2255bd601a12c9f6924874f2d6d0888ec78bef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 27 Oct 2016 15:19:23 +0100 Subject: .gitlab-ci.yml: Disable armv7 build until we fix the problems with cloning repos This is the build log failing to clone glibc: https://gitlab.com/baserock/definitions/builds/5601838 Change-Id: I3ecdee9a77ad90488bc741c60ae49d610dbb8014 --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c437a31..21204a7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,15 +28,15 @@ build-system-x86_64-chroot-build: # - master # - /^staging\/.*$/ -build-system-armv7lhf-rootfs-build: - stage: build - script: - - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf - tags: - - armv7l - only: - - master - - /^staging\/.*$/ +#build-system-armv7lhf-rootfs-build: +# stage: build +# script: +# - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf +# tags: +# - armv7l +# only: +# - master +# - /^staging\/.*$/ devel-build-64: stage: build -- cgit v1.2.1