From eea23f6a325956d17ae35eaeefc67a5f3e5f6a85 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Feb 2018 16:01:50 +0000 Subject: Use new version of bst-external when testing This doesn't fix anything we specifically need, but it's good to keep on top of upstream changes. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d4200bf..50cca656 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: before_script: - | export BST_SHA='b340f995455b997995fc55277a993d5f5a1656e5' # 1.0.1 - export BST_EXTERNAL_SHA='90edaa55568207c55dc12268ef01998584dd7af5' + export BST_EXTERNAL_SHA='c4cc10467d116450471ca9f756617ede7572814c' git clone https://gitlab.com/BuildStream/buildstream.git # Use specific version of BuildStream cd buildstream && git checkout $BST_SHA -- cgit v1.2.1