From b5aac89d2da6fe903a57846c57bce235fe800559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 26 Oct 2016 15:54:34 +0100 Subject: .gitlab-ci.yml: Try with linux-user-root Change-Id: Ia385990ef11c9961145cc40c5aa33ceb473f5847 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bae4fc58..5ebf3fa8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ before_script: - export LC_ALL="C.UTF-8" - git clone https://gitlab.com/baserock/ybd.git - sh ybd/install_dependencies.sh + - apt-get install -y -qq linux-user-root build-system-x86_64-chroot-build: stage: build -- cgit v1.2.1