]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CI: Remove -Wno-stringop-overflow for s390x builds
authorIngo Franzki <ifranzki@linux.ibm.com>
Fri, 6 Jun 2025 09:19:57 +0000 (11:19 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 18 Jun 2025 17:00:47 +0000 (19:00 +0200)
Since https://github.com/openssl/openssl/commit/9a788281d91f698d6a229d588b9cb36987549669
it should now build warning-free on s390x, so remove the '-Wno-stringop-overflow'
build option for s390x builds.

If newly added code causes -Wstringop-overflow warnings again, it should
be noted in the CI runs and the newly added code should be fixed accordingly.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27803)

.github/workflows/cross-compiles.yml
.github/workflows/os-zoo.yml

index bb5eaa5bea7940a382a90ccd58bfc7b1d8ecf16d..928dd30734f756666184f71b4b90447669216848 100644 (file)
@@ -113,7 +113,7 @@ jobs:
           }, {
             arch: s390x-linux-gnu,
             libs: libc6-dev-s390x-cross,
-            target: linux64-s390x -Wno-stringop-overflow,
+            target: linux64-s390x,
             fips: no
           }, {
             arch: sh4-linux-gnu,
index c65a3e9a1dd254ae7ddabbb8b6ca60c1e01d1dda..c1b35991c60225295e5099e70be87cbf87ddc8a3 100644 (file)
@@ -199,7 +199,7 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: config
-      run: ./config --strict-warnings -Wno-stringop-overflow enable-fips enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-trace
+      run: ./config --strict-warnings enable-fips enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-trace
     - name: config dump
       run: ./configdata.pm --dump
     - name: make