projects
/
haproxy-2.3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4c035
)
CI: Github Actions: enable prometheus exporter
author
Ilya Shipitsin
<chipitsine@gmail.com>
Fri, 20 Nov 2020 09:41:40 +0000
(14:41 +0500)
committer
William Lallemand
<wlallemand@haproxy.org>
Tue, 7 Dec 2021 18:00:13 +0000
(19:00 +0100)
(cherry picked from commit
69c10f1d502d1290cadc0e54af1d281366bfbd71
)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
.github/matrix.py
patch
|
blob
|
history
diff --git
a/.github/matrix.py
b/.github/matrix.py
index
6e5b924
..
d325656
100644
(file)
--- 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",
],