[openssh-commits] [openssh] branch master updated: Test the flags from OpenWRT's package.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Sep 24 19:29:29 AEST 2024


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new d3aee17f Test the flags from OpenWRT's package.
d3aee17f is described below

commit d3aee17f6d395202eaa42a0c449b6da41f61527c
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Sep 24 18:41:44 2024 +1000

    Test the flags from OpenWRT's package.
---
 .github/configs | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/configs b/.github/configs
index 4f47f820..136357d9 100755
--- a/.github/configs
+++ b/.github/configs
@@ -301,6 +301,14 @@ case "${TARGET_HOST}" in
 	LIBCRYPTOFLAGS="--without-openssl"
 	TEST_TARGET="t-exec"
 	;;
+    openwrt-mips)
+	# Test most of the flags that OpenWRT sets for their package build.
+	# We only do this on one OpenWRT target for better coverage.
+	OPENWRT_FLAGS="--disable-strip --disable-lastlog
+	   --disable-utmp --disable-utmpx --disable-wtmp --disable-wtmpx
+	   --with-stackprotect --with-cflags-after=-fzero-call-used-regs=skip"
+	CONFIGFLAGS="${CONFIGFLAGS} $(echo ${OPENWRT_FLAGS})"
+	;;
     sol10|sol11)
 	# sol10 VM is 32bit and the unit tests are slow.
 	# sol11 has 4 test configs so skip unit tests to speed up.

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list