summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-12-07 18:58:25 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-12-07 18:58:25 +1100
commitce3c3e78ce45d68a82c7c8dc89895f297a67f225 (patch)
tree737913bf8b5531249909fd4e950cc2ab0200b12b /.github
parentbc234605fa3eb10f56bf0d74c8ecb0d91ada9d05 (diff)
downloadopenssh-git-ce3c3e78ce45d68a82c7c8dc89895f297a67f225.tar.gz
Add SANDBOX_DEBUG to the kitchensink test build.
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/configs b/.github/configs
index 28a829cc..49b53d43 100755
--- a/.github/configs
+++ b/.github/configs
@@ -111,7 +111,7 @@ case "$config" in
kitchensink)
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam"
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
- CONFIGFLAGS="${CONFIGFLAGS} --with-cflags=-DSK_DEBUG"
+ CFLAGS="-DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG"
;;
hardenedmalloc)
CONFIGFLAGS="--with-ldflags=-lhardened_malloc"