The vmactions VM on Github does not have the required libraries
installed.
SKIP_LTESTS="agent-getpeereid" ;;
esac
;;
+*-solaris2.10)
+ # Only the sol10 VM has BSM libraries installed, so add that to
+ # the PAM test config.
+ if [ "${config}" = "pam" ]; then
+ CONFIGFLAGS="${CONFIGFLAGS} --with-audit=bsm"
+ fi
+ ;;
esac
# Unless specifically configured, search for a suitable version of OpenSSL,
- name: "PAM: configure"
shell: solaris {0}
- run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam --with-audit=bsm
+ run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam
- name: "PAM: make clean"
shell: solaris {0}
run: cd $GITHUB_WORKSPACE && sudo -u builder make clean