Hello, another CI hardening.
Cheers, Ilya Shipitcin
From 64bf8ef27486feb6e12b183d563b887473afb4cf Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin <chipits...@gmail.com> Date: Sat, 15 Feb 2020 18:58:22 +0500 Subject: [PATCH 1/2] BUILD: enable ERR=1 in github cygwin builds --- .github/workflows/windows-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-latest.yml b/.github/workflows/windows-latest.yml index 27b16eec6..445e021a4 100644 --- a/.github/workflows/windows-latest.yml +++ b/.github/workflows/windows-latest.yml @@ -16,5 +16,5 @@ jobs: - name: fake step run: C:\\tools\\cygwin\\bin\\bash -lc 'pwd' - name: build - run: C:\\tools\\cygwin\\bin\\bash -lc 'cd $OLDPWD && make TARGET=cygwin USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_THREAD=1 && ./haproxy -vv' + run: C:\\tools\\cygwin\\bin\\bash -lc 'cd $OLDPWD && make TARGET=cygwin ERR=1 USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_THREAD=1 && ./haproxy -vv' -- 2.24.1