[openssh-commits] [openssh] 02/02: Install libaudit-dev for --with-audit=linux test.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 19 04:46:48 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 5f98660c51e673f521e0216c7ed20205c4af10ed
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Feb 18 12:39:31 2026 -0500
Install libaudit-dev for --with-audit=linux test.
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 52e71c7f2..e1b3dcf04 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -123,7 +123,7 @@ for TARGET in $TARGETS; do
PACKAGES="$PACKAGES libfido2-dev libu2f-host-dev libcbor-dev"
;;
selinux)
- PACKAGES="$PACKAGES libselinux1-dev selinux-policy-dev"
+ PACKAGES="$PACKAGES libselinux1-dev selinux-policy-dev libaudit-dev"
;;
hardenedmalloc)
INSTALL_HARDENED_MALLOC=yes
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list