diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-09-26 09:16:33 +0100 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-09-26 09:17:46 +0100 |
commit | fdbf9be1ecf04fbc56c085a5f0a1633a06f61805 (patch) | |
tree | 9f768be2266053bbb6aee15978aeb5bd96d33aa4 /.gitlab-ci.yml | |
parent | c859480665501fa805b0b8eac0b66641448d2d50 (diff) | |
download | buildstream-fdbf9be1ecf04fbc56c085a5f0a1633a06f61805.tar.gz |
ci: update freedesktop-sdk ref
The current one doesn't build due server being down.
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 586ce30e3..e56590556 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,7 +163,7 @@ docs: variables: bst_ext_url: git+https://gitlab.com/BuildStream/bst-external.git bst_ext_ref: 1d6ab71151b93c8cbc0a91a36ffe9270f3b835f1 # 0.5.1 - fd_sdk_ref: 718ea88089644a1ea5b488de0b90c2c565cb75f8 # 18.08.12 + fd_sdk_ref: 88d7c22c2281b987faa02edd57df80d430eecf1f # 18.08.12 before_script: - (cd dist && ./unpack.sh && cd buildstream && pip3 install .) - pip3 install --user -e ${bst_ext_url}@${bst_ext_ref}#egg=bst_ext |