]> arthur.barton.de Git - bup.git/blobdiff - .cirrus.yml
test-misc: be independent of user's git defaultBranch
[bup.git] / .cirrus.yml
index 832cd598b56f0d26465f6331eadd63e0c2242727..712f953f92296662dc3a1b9030c525739b41556e 100644 (file)
@@ -79,45 +79,17 @@ 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:
-    image: freebsd-12-1-release-amd64
+    image: freebsd-12-2-release-amd64
     cpu: 4
     memory: 4
   script: |
     set -xe
     dev/prep-for-freebsd-build python3
     dev/system-info
-    gmake -j6 PYTHON=python3 check
-
-task:
-  name: macos (py2)
-  allow_failures: true
-  osx_instance:
-    image: catalina-base
-  script: |
-    set -xe
-    dev/prep-for-macos-build python2
-    export PKG_CONFIG_PATH=/usr/local/opt/readline/lib/pkgconfig
-    dev/system-info
-    make -j4 PYTHON=python2 check
+    gmake -j6 PYTHON=python3.7 check
 
 task:
   name: macos (py3)