From 9f373c0b3a903b135446be4385f36c9683e16f9a Mon Sep 17 00:00:00 2001 From: Curtis Doty Date: Mon, 4 Sep 2023 17:57:10 +0000 Subject: [PATCH] Workaround bug in Cirrus /tmp filesystem --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b36fa6fa..f952b660 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -23,8 +23,8 @@ container: image: ubuntu:18.04 task: - # doesn't work properly - #skip: "!changesInclude('**/*.md')" + env: + TMPDIR: /var/tmp script: - setup/ci_bootstrap.sh - make init