From: Tomas Mraz Date: Tue, 18 Feb 2025 17:13:22 +0000 (+0100) Subject: Disable SLH-DSA in memory sanitizer X-Git-Tag: openssl-3.5.0-alpha1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ecc87fc94a58cc75551208dbd494a806a70f4b2;p=thirdparty%2Fopenssl.git Disable SLH-DSA in memory sanitizer Reviewed-by: Tim Hudson Reviewed-by: Saša Nedvědický Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/26820) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8abd8b4244..f82c939707f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -372,7 +372,7 @@ jobs: sudo sysctl -w vm.mmap_rnd_bits=28 - name: config # --debug -O1 is to produce a debug build that runs in a reasonable amount of time - run: CC=clang ./config --banner=Configured --debug no-shared -O1 -fsanitize=memory -DOSSL_SANITIZE_MEMORY -fno-optimize-sibling-calls enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-fips && perl configdata.pm --dump + run: CC=clang ./config --banner=Configured --debug no-shared -O1 -fsanitize=memory -DOSSL_SANITIZE_MEMORY -fno-optimize-sibling-calls enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-fips no-slh-dsa && perl configdata.pm --dump - name: make run: make -s -j4 - name: get cpu info