summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2021-09-12 07:01:36 +0200
committerWilly Tarreau <w@1wt.eu>2021-09-12 07:08:14 +0200
commited17ca7006ecdb75a9a7aaa5459c3a4710b72399 (patch)
tree46fbb7ac2ee1534ad2c9bc7568243c58efeaf2fc
parent560c7b874aef5922199e36a7f31466af323f489f (diff)
downloadhaproxy-ot.tar.gz
CI: Github Actions: re-enable Opentracingot
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.
-rwxr-xr-x.github/matrix.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/matrix.py b/.github/matrix.py
index 18bbd60ff..e3334a0b3 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -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",