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:
Willy Tarreau 2021-09-12 07:01:36 +02:00
parent 560c7b874a
commit ed17ca7006

2
.github/matrix.py vendored
View File

@ -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",