Skip to content

Commit c667671

Browse files
flichtenheldcron2
authored andcommitted
GHA: enable -Werror for mbedTLS v3 and AWS LC builds
Because we can and so we should. Change-Id: I9159e2e354170ad6dbed5a6ce620f57fa8ab128e Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Yuriy Darnobyt <yura.uddr@gmail.com> Message-Id: <20250804133413.24729-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32505.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
1 parent d18f8e4 commit c667671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
- name: autoconf
426426
run: autoreconf -fvi
427427
- name: configure
428-
run: ./configure --with-crypto-library=mbedtls
428+
run: ./configure --with-crypto-library=mbedtls --enable-werror
429429
- name: make all
430430
run: make -j3
431431
- name: configure checks
@@ -489,7 +489,7 @@ jobs:
489489
OPENSSL_CFLAGS="-I/${{ env.AWS_LC_INSTALL }}/include" \
490490
OPENSSL_LIBS="-L/${{ env.AWS_LC_INSTALL }}/lib -lssl -lcrypto" \
491491
LDFLAGS="-Wl,-rpath=/${{ env.AWS_LC_INSTALL }}/lib" \
492-
./configure --with-crypto-library=openssl
492+
./configure --with-crypto-library=openssl --enable-werror
493493
- name: make all
494494
run: make -j3
495495
- name: configure checks

0 commit comments

Comments
 (0)