aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 18417b52e6c9..8e14dc9c0305 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -80,9 +80,10 @@ task:
- gpart show
- df -m
- pkg --version
- - pw useradd user
+ - pw useradd -n user -m
- mkdir -p /usr/obj/$(pwd -P)
- chown user:user /usr/obj/$(pwd -P)
+ - su user -c "git config --global --add safe.directory $(pwd -P)"
build_world_script:
- su user -c "make -j$(sysctl -n hw.ncpu) ${EXTRA_MAKE_FLAGS} CROSS_TOOLCHAIN=${TOOLCHAIN} WITHOUT_TOOLCHAIN=yes buildworld"