diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-10-02 16:27:12 +0100 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-10-02 16:27:12 +0100 |
commit | 4231a5e6d277ee0450d2359f064901b4be37edc7 (patch) | |
tree | af9fcd3e94ef69ed23fca54efd6bd35fdc417460 /.gitlab-ci.yml | |
parent | 11c77a67006b34983d9af813560d5d9f6920c8cc (diff) | |
download | buildstream-4231a5e6d277ee0450d2359f064901b4be37edc7.tar.gz |
.gitlab-ci.yml: Add comment after IRC discussion
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bdc62871..1ad364527 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,8 @@ pytest_unix: variables: BST_FORCE_BACKEND: "unix" script: + # We remove the Bubblewrap and OSTree packages here so that we catch any + # codepaths that try to use them - dnf erase -y bubblewrap ostree - dnf install -y bzr patch - python3 setup.py test |