Skip to content

Commit 4873cde

Browse files
committed
build: ignore tls_wolfssl errors for ubuntu 24.04
1 parent 946030d commit 4873cde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build/build_test_harness.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ then
2020
echo 'LIBS+= -flto' >> Makefile.conf
2121
;;
2222
esac
23+
elif [ "${BUILD_OS}" = "ubuntu:24.04" ]
24+
then
25+
WOLFSSL_EXTRA_CFLAGS=-Wno-stringop-overflow
2326
fi
2427
sh -x scripts/build/do_build.sh DEFS_EXTRA_OPTS="-DUNIT_TESTS -fPIE -fPIC"

0 commit comments

Comments
 (0)