mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-02 03:23:12 +00:00
CI: Github Actions: re-enable Opentracing
Miroslav already fixed the build of OpenTracing so we can re-enable it in the CI. For now variables are disabled but this will change soon.
This commit is contained in:
parent
560c7b874a
commit
ed17ca7006
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -73,6 +73,7 @@ for CC in ["gcc", "clang"]:
|
||||
"CC": CC,
|
||||
"FLAGS": [
|
||||
"USE_ZLIB=1",
|
||||
"USE_OT=1",
|
||||
"OT_INC=${HOME}/opt/include",
|
||||
"OT_LIB=${HOME}/opt/lib",
|
||||
"OT_RUNPATH=1",
|
||||
@ -147,6 +148,7 @@ matrix.append(
|
||||
"FLAGS": get_asan_flags(CC)
|
||||
+ [
|
||||
"USE_ZLIB=1",
|
||||
"USE_OT=1",
|
||||
"OT_INC=${HOME}/opt/include",
|
||||
"OT_LIB=${HOME}/opt/lib",
|
||||
"OT_RUNPATH=1",
|
||||
|
Loading…
Reference in New Issue
Block a user