From 5e3782097aefba1757df1b8d7f2dc29bbd0a6bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= <jjardon@gnome.org> Date: Fri, 11 May 2018 15:37:04 +0100 Subject: [PATCH] .gitlab-ci.yml: Use buildstream 1.1.3-4-g0916d81 Do not use 1.1.3 so we can get the fix for https://gitlab.com/BuildStream/buildstream/issues/325 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a123849cdad..33586d9ff69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stages: before_script: - export PATH=~/.local/bin:${PATH} - - export BST_SHA='e91dc8336074d22126e559a29e23ef2d52c5506a' # 1.1.2 + - export BST_SHA='0916d81e25bb57e4f6d8109fefcbd0ed8f33c371' # 1.1.3-4-g0916d81e - git clone https://gitlab.com/BuildStream/buildstream.git - git -C buildstream checkout $BST_SHA - pip3 install --user buildstream/ -- GitLab