]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Try to work around the llvm-symbolizer failure
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 27 Dec 2024 07:49:13 +0000 (08:49 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Jan 2025 19:51:31 +0000 (20:51 +0100)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26269)

(cherry picked from commit 01e657c5468a637959395b07b385e58785c486f2)

.github/workflows/ci.yml

index 96404f106f1b50002322336712cf9267215114ca..365d4e4e719e0afeb2fc1f6a67504863caf1282e 100644 (file)
@@ -274,7 +274,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 -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 && perl configdata.pm --dump
     - name: make
       run: make -s -j4
     - name: get cpu info