From 45bb922afeaae26ef5d4e0ee329c678485063c45 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 4 Jun 2018 13:40:13 +0100 Subject: Update buildstream to 1.1.3 Set up/Hard code STAGE2_SYSROOT to the root directory instead of calculating it depending on the current directory because buildstream has changed the default value of "build-root" directory and this was causing issues in the stage2 packages. See https://gitlab.com/BuildStream/buildstream/issues/414 for more information. Bump also the SHA of bst-external to fcd1fc365d0250bffe02937c89dcc31d11c299cf --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50cca656..d6002ded 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,8 @@ variables: .bst_before_script: &bst_before_script before_script: - | - export BST_SHA='b340f995455b997995fc55277a993d5f5a1656e5' # 1.0.1 - export BST_EXTERNAL_SHA='c4cc10467d116450471ca9f756617ede7572814c' + export BST_SHA='06ae434a7017edbf67bf46c3fe2e327466801787' # 1.1.3 + export BST_EXTERNAL_SHA='fcd1fc365d0250bffe02937c89dcc31d11c299cf' git clone https://gitlab.com/BuildStream/buildstream.git # Use specific version of BuildStream cd buildstream && git checkout $BST_SHA -- cgit v1.2.1