New comment by r-ricci on void-packages repository https://github.com/void-linux/void-packages/pull/41027#issuecomment-1352432381 Comment: > ``` > %: git submodule update --init --recursive > git: 'submodule' is not a git command. See 'git --help'. > ``` > > It seems like it's trying to use git from chroot-git which doesn't have the submodule subcommand, so I think adding git to checkdepends would help. The checks pass locally for me in both master and this branch. Can you reproduce this issue locally? You are right. Tests failed locally for me, but for another reason. There is a known failure on ZFS and the template removes this test if ZFS is detected, but I used -t, so the filesystem was reported as "overlay". Besides this, tests pass. On CI, adding git to checkdepends would fix the failure, but I think it's better to understand why it wants to use `git submodule` and fix that instead, so I added `make_check=ci-skip` for now.