]> arthur.barton.de Git - bup.git/commitdiff
cirrus: allow failures on macos with python 2
authorRob Browning <rlb@defaultvalue.org>
Wed, 25 Nov 2020 20:37:01 +0000 (14:37 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 25 Nov 2020 20:37:04 +0000 (14:37 -0600)
It looks like macos has changed something that makes it very difficult
to detect and use the *utime* related functions.  Apparently Emacs
just decided to live without it, and Python had to go to substantial
lengths to sort it out.  So until/unless we have a reasonable fix,
just mark that combination as expected to fail.

Python 3 should work fine since we rely on it to sort out the problem
for us.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
.cirrus.yml

index 0c6ee6690199c85f29d064d6b94350938d47d0c9..832cd598b56f0d26465f6331eadd63e0c2242727 100644 (file)
@@ -109,6 +109,7 @@ task:
 
 task:
   name: macos (py2)
+  allow_failures: true
   osx_instance:
     image: catalina-base
   script: |