]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Disable SLH-DSA in memory sanitizer
authorTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 17:13:22 +0000 (18:13 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 21 Feb 2025 11:03:34 +0000 (12:03 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26820)

.github/workflows/ci.yml

index b8abd8b42447a182ae900f9d4c051fe61d28d748..f82c939707f387ec143d53a746f14a8c817fd41d 100644 (file)
@@ -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