From: Willy Tarreau Date: Sun, 12 Sep 2021 05:01:36 +0000 (+0200) Subject: CI: Github Actions: re-enable Opentracing X-Git-Tag: v2.5-dev7~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed17ca7006ecdb75a9a7aaa5459c3a4710b72399;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.github/matrix.py b/.github/matrix.py index 18bbd60ff6..e3334a0b38 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",