From 3c4368826beb51b33ff37d6e13905997a4fe4509 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 14 Oct 2020 13:49:15 +0200 Subject: [PATCH 1/1] fix pw command [travis skip] --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 28369e00..29bdd5fd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,7 +38,7 @@ task: prepare_script: | mkdir build chown nobody build - pw user mod -s /bin/sh -d $(pwd)/build nobody + pw user mod nobody -s /bin/sh -d $(pwd)/build configure_script: | sudo -E -u nobody CFLAGS="-O0 --coverage" CXXFLAGS="-O0 --coverage" cmake -S . -B build build_script: | -- 2.30.2