CI: github actions: enable 51degrees feature
authorIlya Shipitsin <chipitsine@gmail.com>
Thu, 26 Nov 2020 15:59:42 +0000 (20:59 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Dec 2021 18:01:25 +0000 (19:01 +0100)
(cherry picked from commit b34aee82947cf3ad8b49801318d1fc0d3c7a0b2b)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>

.github/matrix.py

index 148dcde..a5ce191 100644 (file)
@@ -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",
         ],
     }
 )