image: ubuntu/22.04 packages: - automake - autopoint - xsltproc - libbsd-dev - libselinux1-dev - gettext - expect - byacc - libtool - pkgconf sources: - https://github.com/shadow-maint/shadow tasks: - build: | cd shadow ./autogen.sh --without-selinux --enable-man grep ENABLE_ config.status - tasks: | cat /proc/self/uid_map cat /proc/self/status systemd-detect-virt cd shadow make make DESTDIR=/tmp/shadow-inst install sudo make install (cd tests; sudo ./run_some || { cat testsuite.log; false; })