add ubuntu impish build
Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
parent
92bd73c657
commit
e751bc67eb
26
.builds/ubuntu-impish.yml
Normal file
26
.builds/ubuntu-impish.yml
Normal file
@ -0,0 +1,26 @@
|
||||
image: ubuntu/21.10
|
||||
packages:
|
||||
- automake
|
||||
- autopoint
|
||||
- xsltproc
|
||||
- libselinux1-dev
|
||||
- gettext
|
||||
- expect
|
||||
- byacc
|
||||
- libtool
|
||||
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; })
|
Loading…
Reference in New Issue
Block a user