]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Github Actions: temporarily disable Opentracing
authorWilly Tarreau <w@1wt.eu>
Thu, 9 Sep 2021 12:27:37 +0000 (14:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Sep 2021 12:45:05 +0000 (14:45 +0200)
As discussed in the thread below, the recent variables changes
unfortunately broke Opentracing. Discussions are ongoing about
possible solutions but none of them can be done in a 3-liner so
we'd rather disable opentracing from the full-features build for
the time being.

Link: https://www.mail-archive.com/haproxy@formilux.org/msg41131.html
.github/matrix.py

index e3334a0b38572d2d5104d05d3233b768380a3bfe..18bbd60ff67d1accedc2f57b7fc33d46404c459e 100755 (executable)
@@ -73,7 +73,6 @@ 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",
@@ -148,7 +147,6 @@ 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",