From 94b209c9a799a6a5316587df5d74960386ee0e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 25 Oct 2017 14:57:12 +0100 Subject: .gitlab-ci.yml: Use specific version of BuildStream instead current master --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44019a3a..afd25962 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ variables: XDG_CACHE_HOME: "${CI_PROJECT_DIR}/.cache" YBD_base: "/cache/ybd_base" YBD_gits: "${CI_PROJECT_DIR}/.cache/ybd_base/gits" + BST_SHA: 'b14a0c575991f3b75aa15b21b2652186b62d0a09' GET_SOURCES_ATTEMPTS: 3 # Store all the downloaded git and ostree repos in the distributed cache. @@ -39,11 +40,10 @@ variables: .bst_before_script: &bst_before_script before_script: - # Update to latest BuildStream + # Use specific version of BuildStream - | - cd ~/buildstream - git pull origin master - dnf install -y python3-pip + git clone https://gitlab.com/BuildStream/buildstream.git + cd buildstream && git checkout $BST_SHA pip3 install . cd - -- cgit v1.2.1