]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Hardenedmalloc needs -std=c23 so build with clang.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 25 May 2026 23:33:51 +0000 (09:33 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 25 May 2026 23:35:42 +0000 (09:35 +1000)
.github/setup_ci.sh

index 4dd35801caaa18b0f926350d70edfd44494cd9b6..fa5781813957756e8a32ba1431a6cbc8e52eb540 100755 (executable)
@@ -226,7 +226,7 @@ if [ "${INSTALL_HARDENED_MALLOC}" = "yes" ]; then
     (cd ${HOME} &&
      git clone https://github.com/GrapheneOS/hardened_malloc.git &&
      cd ${HOME}/hardened_malloc &&
-     make && sudo cp out/libhardened_malloc.so /usr/lib/)
+     make CC=clang && sudo cp out/libhardened_malloc.so /usr/lib/)
 fi
 
 if [ ! -z "${INSTALL_OPENSSL}" ]; then