From 194012cd0e6eb1b010afc69c15e6115727b9f2d0 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 6 Jun 2022 07:03:08 +0100 Subject: [PATCH] Add HAProxy dist archive --- .gitlab-ci.yml | 2 +- haproxy/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96a824e..df4485e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,4 +52,4 @@ haproxy: artifacts: true artifacts: expire_in: 14 days - paths: [ "haproxy/dist" ] + paths: [ "haproxy/dist", "haproxy/haproxy-*-dist.tar.gz" ] diff --git a/haproxy/Makefile b/haproxy/Makefile index ec9871b..c2f242f 100644 --- a/haproxy/Makefile +++ b/haproxy/Makefile @@ -37,7 +37,7 @@ HAPROXY_MAKE_ARGS := DEBUG="-DDEBUG_STRICT -DDEBUG_MEMORY_POOLS" \ USE_TFO=1 \ USE_SYSTEMD=1 -all: build $(HAPROXY_DESTDIR) +all: build $(HAPROXY_DESTDIR) $(HAPROXY_ARCHIVE) $(HAPROXY_BUILDIR): git clone "$(HAPROXY_REPOSRC)" $(HAPROXY_BUILDIR)