mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
CI: github actions: enable 51degrees feature
This commit is contained in:
parent
f500359708
commit
b34aee8294
8
.github/matrix.py
vendored
8
.github/matrix.py
vendored
@ -82,8 +82,8 @@ for CC in ["gcc", "clang"]:
|
|||||||
"USE_DEVICEATLAS=1",
|
"USE_DEVICEATLAS=1",
|
||||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||||
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||||
# "USE_51DEGREES=1",
|
"USE_51DEGREES=1",
|
||||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
"51DEGREES_SRC=contrib/51d/src/pattern",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@ -148,8 +148,8 @@ matrix.append(
|
|||||||
"USE_DEVICEATLAS=1",
|
"USE_DEVICEATLAS=1",
|
||||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||||
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||||
# "USE_51DEGREES=1",
|
"USE_51DEGREES=1",
|
||||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
"51DEGREES_SRC=contrib/51d/src/pattern",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user