summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-02-01 15:42:49 +0000
committerJavier Jardón <jjardon@gnome.org>2020-02-01 15:42:49 +0000
commit47fb42973f181d5676134e0e0977d53cba3ae6c8 (patch)
tree2c0543a01214a83f18a3e2c037a349bc902cdc92
parent17a713ff1a8380a54a0b0195b223d5b591e63418 (diff)
parent496ff3a6b5d015163904feb37ccdbf3702af740b (diff)
downloadbuildstream-47fb42973f181d5676134e0e0977d53cba3ae6c8.tar.gz
Merge branch 'jjardon/overnigth_cargo' into 'master'
.gitlab-ci.yml: build fdsdk needs cargo plugin and its dependencies Closes #1259 See merge request BuildStream/buildstream!1812
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90bcc8dc9..8a230e191 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -363,7 +363,7 @@ docs:
- pip3 install -r requirements/requirements.txt
- pip3 wheel --wheel-dir wheels/ --no-deps .
- pip3 install --no-index wheels/*
- - pip3 install --user bst-plugins-experimental==${BST_EXT_REF}
+ - pip3 install --user bst-plugins-experimental[cargo]==${BST_EXT_REF}
- git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git
- git -C freedesktop-sdk checkout ${FD_SDK_REF}
artifacts: