From: Rob Browning Date: Wed, 8 Jan 2020 00:39:42 +0000 (-0600) Subject: cirrus: test as root on linux too X-Git-Tag: 0.31~229 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=74c4650bc26e4e1e73c6d09464451501b0c75d33 cirrus: test as root on linux too Since we run additional tests as root. Signed-off-by: Rob Browning --- diff --git a/.cirrus.yml b/.cirrus.yml index f2de0af..58eab23 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,6 +13,18 @@ task: chown -R bup:bup . su -l bup -c "eatmydata make -j3 -C '$(pwd)' check" +task: + name: debian (root) + container: + image: debian:buster + cpu: 2 + memory: 8 + script: | + set -xe + dev/prep-for-debianish-build + dev/system-info + eatmydata make -j3 check + task: name: debian (xattr) container: