]> arthur.barton.de Git - bup.git/commitdiff
cirrus: drop py2 on freebsd
authorRob Browning <rlb@defaultvalue.org>
Sun, 28 Mar 2021 20:30:54 +0000 (15:30 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 28 Mar 2021 21:25:18 +0000 (16:25 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
.cirrus.yml

index 23948164c12aabeb9818f20c5b687b0190ca5466..4148b3b3aa132a2f899141dab3a5bf9f333147b7 100644 (file)
@@ -79,22 +79,6 @@ task:
     chown -R bup:bup .
     su -l bup -c "eatmydata make -j6 -C '$(pwd)' PYTHON=python3 check"
 
-task:
-  name: freebsd (py2)
-  freebsd_instance:
-    image: freebsd-12-1-release-amd64
-    cpu: 4
-    memory: 4
-  script: |
-    set -xe
-    dev/prep-for-freebsd-build python2
-    dev/system-info
-    gmake -j6 PYTHON=python2 check
-    # It looks like su might not work here...
-    #pw useradd -n bup -s /bin/sh -m -w no
-    #chown -R bup .
-    #su -l bup -c "gmake -j3 -C '$PWD' check"
-
 task:
   name: freebsd (py3)
   freebsd_instance: