summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-08-07 13:38:44 +0200
committerJürg Billeter <j@bitron.ch>2019-08-07 13:39:31 +0200
commite701ffa03bfc3b2f2061bae33e6ae26c78a994db (patch)
tree9fa1220b221b56e85faa1c176fcaa58242fd94ce /.gitlab-ci.yml
parent60b4d645a5428a0e2b84c6bc4ab7a4639466a089 (diff)
downloadbuildstream-e701ffa03bfc3b2f2061bae33e6ae26c78a994db.tar.gz
.gitlab-ci.yml: Do not remove bubblewrap in tests-buildbox
buildbox-fuse uses bubblewrap for sandboxing.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf0b8f557..c18872083 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,10 +111,7 @@ tests-buildbox:
script:
- # We remove the Bubblewrap package here so that we catch any
- # codepaths that try to use them.
- dnf install -y fuse3
- - dnf erase -y bubblewrap
# Before buildbox is a first class citizen we need a good install story for users and this test
# should mirror that story, for now we build in the test as it is quick and easy.