Skip to content

Commit

Permalink
Cirrus-CI: use built-in submodule support
Browse files Browse the repository at this point in the history
  • Loading branch information
emaste committed Mar 30, 2021
1 parent 97b3a61 commit 8c152bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@ freebsd_instance:

env:
CIRRUS_CLONE_DEPTH: 1
CIRRUS_CLONE_SUBMODULES: true

task:
timeout_in: 120m
install_script:
- pkg install -y llvm11
- pkg install -y git-lite
setup_script:
- uname -a
- df -m
- pw useradd user
- mkdir -p /usr/obj/$(pwd -P)
- chown user:user /usr/obj/$(pwd -P)
submodules_script:
- git submodule init
- git submodule update
script:
- su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
post_script:
Expand Down

0 comments on commit 8c152bf

Please sign in to comment.