summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-02 16:27:12 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-02 16:27:12 +0100
commit4231a5e6d277ee0450d2359f064901b4be37edc7 (patch)
treeaf9fcd3e94ef69ed23fca54efd6bd35fdc417460
parent11c77a67006b34983d9af813560d5d9f6920c8cc (diff)
downloadbuildstream-4231a5e6d277ee0450d2359f064901b4be37edc7.tar.gz
.gitlab-ci.yml: Add comment after IRC discussion
-rw-r--r--.gitlab-ci.yml2
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