From: Ilya Shipitsin Date: Fri, 20 Nov 2020 09:41:40 +0000 (+0500) Subject: CI: Github Actions: enable prometheus exporter X-Git-Tag: v2.4-dev1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69c10f1d502d1290cadc0e54af1d281366bfbd71;p=thirdparty%2Fhaproxy.git CI: Github Actions: enable prometheus exporter --- diff --git a/.github/matrix.py b/.github/matrix.py index 6e5b9247e6..d3256561fa 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -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", ],