summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-04 13:40:13 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-04 13:51:31 +0100
commit45bb922afeaae26ef5d4e0ee329c678485063c45 (patch)
tree7abcdd995185e973b5e220f42b01aadaac8ea723 /.gitlab-ci.yml
parenteea23f6a325956d17ae35eaeefc67a5f3e5f6a85 (diff)
downloaddefinitions-45bb922afeaae26ef5d4e0ee329c678485063c45.tar.gz
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
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