From 380b55d3bbcd2c916d89e9b5a3b98ef9d4567667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 10 Apr 2017 18:53:26 +0100 Subject: .gitlab-ci.yml: check if we support xattr --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79e7091d..9db19626 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,8 @@ before_script: migrate-bst: stage: migrate-bst script: + - mount + - zcat /proc/config.gz | grep -i xattr - git clone https://gitlab.com/baserock/definitions.git - git clone https://gitlab.com/BuildStream/defs2bst.git - git clone https://gitlab.com/BuildStream/buildstream-tests.git -b gnu-toolchain -- cgit v1.2.1