]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github actions: enable 51degrees feature
authorIlya Shipitsin <chipitsine@gmail.com>
Thu, 26 Nov 2020 15:59:42 +0000 (20:59 +0500)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Nov 2020 18:08:15 +0000 (19:08 +0100)
.github/matrix.py

index 148dcde2d39bc1a6966ea909289f4f40926177d6..a5ce1919a087ebcc351018e8965dab07d16c5f46 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",
         ],
     }
 )