diff options
author | Javier Jardón <jjardon@gnome.org> | 2020-02-01 23:41:12 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-02-01 23:44:05 +0900 |
commit | 496ff3a6b5d015163904feb37ccdbf3702af740b (patch) | |
tree | 2c0543a01214a83f18a3e2c037a349bc902cdc92 /.gitlab-ci.yml | |
parent | 17a713ff1a8380a54a0b0195b223d5b591e63418 (diff) | |
download | buildstream-496ff3a6b5d015163904feb37ccdbf3702af740b.tar.gz |
.gitlab-ci.yml: build fdsdk needs cargo plugin and its dependencies
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |