mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Add --enable-werror to all platforms in Github Actions
Change-Id: I8f06a1213fdca233671f8d5746216ae46e84233b Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Message-Id: <20231025121710.1030736-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27293.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
ba5ed490d3
commit
5b088913e5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -186,7 +186,7 @@ jobs:
|
|||
- name: autoconf
|
||||
run: autoreconf -fvi
|
||||
- name: configure
|
||||
run: CFLAGS="-fsanitize=address,undefined -fno-sanitize-recover=all -fno-omit-frame-pointer -O2" CC=clang ./configure --with-crypto-library=${{matrix.ssllib}}
|
||||
run: CFLAGS="-fsanitize=address,undefined -fno-sanitize-recover=all -fno-omit-frame-pointer -O2" CC=clang ./configure --with-crypto-library=${{matrix.ssllib}} --enable-werror
|
||||
- name: make all
|
||||
run: make -j3
|
||||
- name: make check
|
||||
|
|
@ -355,7 +355,7 @@ jobs:
|
|||
- name: autoconf
|
||||
run: autoreconf -fvi
|
||||
- name: configure
|
||||
run: ./configure --with-crypto-library=openssl ${{matrix.configureflags}}
|
||||
run: ./configure --with-crypto-library=openssl ${{matrix.configureflags}} --enable-werror
|
||||
- name: make all
|
||||
run: make -j3
|
||||
- name: make check
|
||||
|
|
|
|||
Loading…
Reference in a new issue