CI: Github Actions: enable prometheus exporter
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 20 Nov 2020 09:41:40 +0000 (14:41 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Dec 2021 18:00:13 +0000 (19:00 +0100)
(cherry picked from commit 69c10f1d502d1290cadc0e54af1d281366bfbd71)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>

.github/matrix.py

index 6e5b924..d325656 100644 (file)
@@ -72,6 +72,7 @@ for CC in ["gcc", "clang"]:
                 "WURFL_LIB=contrib/wurfl",
                 "USE_DEVICEATLAS=1",
                 "DEVICEATLAS_SRC=contrib/deviceatlas",
+                "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
                 # "USE_51DEGREES=1",
                 # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
             ],
@@ -137,6 +138,7 @@ matrix.append(
             "WURFL_LIB=contrib/wurfl",
             "USE_DEVICEATLAS=1",
             "DEVICEATLAS_SRC=contrib/deviceatlas",
+            "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
             # "USE_51DEGREES=1",
             # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
         ],