projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4daeeb
)
CI: github actions: limit OpenSSL no-deprecated builds to "default,bug,devel" reg...
author
Ilya Shipitsin
<chipitsine@gmail.com>
Tue, 3 Nov 2020 19:41:39 +0000
(
00:41
+0500)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 4 Nov 2020 15:14:09 +0000
(16:14 +0100)
.github/workflows/openssl-nodeprecated.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/openssl-nodeprecated.yml
b/.github/workflows/openssl-nodeprecated.yml
index
758ccbc
..
b853fe2
100644
(file)
--- a/
.github/workflows/openssl-nodeprecated.yml
+++ b/
.github/workflows/openssl-nodeprecated.yml
@@
-30,4
+30,4
@@
jobs:
make DEFINE="-DOPENSSL_API_COMPAT=0x10100000L -DOPENSSL_NO_DEPRECATED" -j3 CC=gcc ERR=1 TARGET=linux-glibc USE_OPENSSL=1
- name: run reg-tests
run: |
- make reg-tests VTEST_PROGRAM=../vtest/vtest
+ make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel