From: Ilya Shipitsin Date: Thu, 26 Nov 2020 15:59:42 +0000 (+0500) Subject: CI: github actions: enable 51degrees feature X-Git-Tag: v2.4-dev2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b34aee82947cf3ad8b49801318d1fc0d3c7a0b2b;p=thirdparty%2Fhaproxy.git CI: github actions: enable 51degrees feature --- diff --git a/.github/matrix.py b/.github/matrix.py index 148dcde2d3..a5ce1919a0 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -82,8 +82,8 @@ for CC in ["gcc", "clang"]: "USE_DEVICEATLAS=1", "DEVICEATLAS_SRC=contrib/deviceatlas", "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o", - # "USE_51DEGREES=1", - # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern", + "USE_51DEGREES=1", + "51DEGREES_SRC=contrib/51d/src/pattern", ], } ) @@ -148,8 +148,8 @@ matrix.append( "USE_DEVICEATLAS=1", "DEVICEATLAS_SRC=contrib/deviceatlas", "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o", - # "USE_51DEGREES=1", - # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern", + "USE_51DEGREES=1", + "51DEGREES_SRC=contrib/51d/src/pattern", ], } )