summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-07-09 11:46:16 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-14 14:27:07 +0000
commitcd7e2d6debdbe53b2f398274d30710e58b1e7761 (patch)
tree63c9a89f51d1f44a2ab273ff72a2a2c7d8ae4e58 /.gitlab-ci.yml
parentc25c819df8aa858cca72a9348bc81e7140e219f7 (diff)
downloadbuildstream-cd7e2d6debdbe53b2f398274d30710e58b1e7761.tar.gz
Update bst-plugins-experimental to 1.93.4bschubert/update-plugins
This removes the 'ostree' extra and some build dependencies
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5f2245c9..7592372c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -331,7 +331,7 @@ docs:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
variables:
FD_SDK_REF: valentindavid/bst2
- BST_EXT_REF: 1.93.3
+ BST_EXT_REF: 1.93.4
before_script:
- |
mkdir -p "${HOME}/.config"
@@ -339,7 +339,7 @@ docs:
scheduler:
fetchers: 2
EOF
- - dnf install -y ostree python3-gobject-base
+ - dnf install -y ostree
# Install pinned BuildStream dependencies, BuildStream from the local repository
# and bst-plugins-expeirmental from its repository
- |