From d45ae832fdee9a9333dcbb2c2d01893fff508bd1 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Tue, 8 Nov 2022 09:47:31 +0000 Subject: [PATCH] wip --- .cirrus.yml | 5 +++++ ci/cirrus.sh | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7b3db4491e..3b28c13819 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -25,6 +25,11 @@ env: CTIMETEST: yes # Compile and run the tests EXAMPLES: yes + # bla + WRAPPER_CMD: + CC: + AR: + NM: cat_logs_snippet: &CAT_LOGS always: diff --git a/ci/cirrus.sh b/ci/cirrus.sh index 45f15c1d1d..602f1d5ca3 100755 --- a/ci/cirrus.sh +++ b/ci/cirrus.sh @@ -1,7 +1,6 @@ #!/bin/sh -set -e -set -x +set -eux export LC_ALL=C