From: Michael Wallner Date: Wed, 14 Oct 2020 11:49:15 +0000 (+0200) Subject: fix pw command [travis skip] X-Git-Tag: 1.1.0-beta1~216 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=3c4368826beb51b33ff37d6e13905997a4fe4509;p=awesomized%2Flibmemcached fix pw command [travis skip] --- 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: |