summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-09-14 17:52:03 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-09-17 17:53:25 +0900
commit268343e1992285af1b7c7ab5a5008dcd725f7ab9 (patch)
tree5067038179d615ef006de3299eb4c5bcbbd4c4a0 /.gitlab-ci.yml
parent936f4bda70bdc85b2aee1b9a6677b7c71c4179a6 (diff)
downloadbuildstream-268343e1992285af1b7c7ab5a5008dcd725f7ab9.tar.gz
.gitlab-ci.yml: Update references to externals
* Point the FDSDK branch to the newly branched: freedesktop-sdk-20.08beta.1-buildstream2-overnight-tests We used to use freedesktop-sdk-20.08beta.1-buildstream2, but this branch is apparently used by unknown parties for unknown reasons. Use a branch that has the specific purpose of BuildStream overnight tests, so we can safely update the branch as needed. * Point to latest commit sha on bst-plugins-experimental which works with the latest BuildStream APIs.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 267532a7d..be3c5fbe5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -295,7 +295,7 @@ docs:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${DOCKER_IMAGE_VERSION}
variables:
FD_SDK_REF: freedesktop-sdk-20.08beta.1-buildstream2
- BST_EXT_REF: 1.93.4
+ BST_EXT_REF: aa5b1bc2743ce01763567f88b16c8cd5f868ac6c
before_script:
- |
mkdir -p "${HOME}/.config"