Commit b31484bd by Evgeny Vereshchagin

ci: enable PAM

to make sure pam_cgfs is buildable with ASan/UBsan too Signed-off-by: 's avatarEvgeny Vereshchagin <evvers@ya.ru>
parent 7bf9dc49
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
run: | run: |
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qq gcc clang sudo apt-get install -qq gcc clang
sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev libselinux1-dev linux-libc-dev docbook2x sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev libselinux1-dev linux-libc-dev libpam0g-dev docbook2x
- name: Compiler version - name: Compiler version
env: env:
...@@ -55,6 +55,6 @@ jobs: ...@@ -55,6 +55,6 @@ jobs:
make DESTDIR="${BUILD}/install" install make DESTDIR="${BUILD}/install" install
cd "${SAN_BUILD}" cd "${SAN_BUILD}"
CFLAGS="$CFLAGS -fsanitize=address,undefined" ../configure --disable-no-undefined --enable-tests --with-distro=unknown CFLAGS="$CFLAGS -fsanitize=address,undefined" ../configure --disable-no-undefined --enable-pam --enable-tests --with-distro=unknown
make -j4 make -j4
make DESTDIR="${SAN_BUILD}/install" install make DESTDIR="${SAN_BUILD}/install" install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment