diff options
Diffstat (limited to '.github')
-rwxr-xr-x | .github/prepare_debian.sh | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index c68b9f5d..4021c104 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -13,7 +13,7 @@ if [ $(lsb_release -is) = "Debian" ]; then | |||
13 | fi | 13 | fi |
14 | apt-get -y install perl autotools-dev libdbi-dev libldap2-dev libpq-dev libradcli-dev libnet-snmp-perl procps | 14 | apt-get -y install perl autotools-dev libdbi-dev libldap2-dev libpq-dev libradcli-dev libnet-snmp-perl procps |
15 | apt-get -y install libdbi0-dev libdbd-sqlite3 libssl-dev dnsutils snmp-mibs-downloader libsnmp-perl snmpd | 15 | apt-get -y install libdbi0-dev libdbd-sqlite3 libssl-dev dnsutils snmp-mibs-downloader libsnmp-perl snmpd |
16 | apt-get -y install fping snmp netcat smbclient vsftpd apache2 ssl-cert postfix libhttp-daemon-ssl-perl | 16 | apt-get -y install fping snmp netcat-openbsd smbclient vsftpd apache2 ssl-cert postfix libhttp-daemon-ssl-perl |
17 | apt-get -y install libdbd-sybase-perl libnet-dns-perl | 17 | apt-get -y install libdbd-sybase-perl libnet-dns-perl |
18 | apt-get -y install slapd ldap-utils | 18 | apt-get -y install slapd ldap-utils |
19 | apt-get -y install gcc make autoconf automake gettext | 19 | apt-get -y install gcc make autoconf automake gettext |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 512d28e6..0f93930a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -35,6 +35,7 @@ jobs: | |||
35 | -e NPTEST_CACHE="/src/.github/NPTest.cache" \ | 35 | -e NPTEST_CACHE="/src/.github/NPTest.cache" \ |
36 | -w /src -v ${PWD}:/src \ | 36 | -w /src -v ${PWD}:/src \ |
37 | --tmpfs /media/ramdisk1 \ | 37 | --tmpfs /media/ramdisk1 \ |
38 | -v /var/run/utmp:/var/run/utmp \ | ||
38 | --mount source=tmp-vol,destination=/src,target=/media/ramdisk2 \ | 39 | --mount source=tmp-vol,destination=/src,target=/media/ramdisk2 \ |
39 | ${{ matrix.distro }} \ | 40 | ${{ matrix.distro }} \ |
40 | /bin/sh -c '${{ matrix.prepare }} && \ | 41 | /bin/sh -c '${{ matrix.prepare }} && \ |