Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 67a28c6

Browse files
committed
Update 3.2-dev to 0486b9e
1 parent 4a2705e commit 67a28c6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
with:
3131
DEBIAN_CODENAME: "bookworm"
3232
HAPROXY_FLAVOUR: "dev"
33-
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=4a5d82a97d9269eb17f9b92af6c8a9cd904705cd
33+
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=0486b9e4918d271ae2ec52d7deb82d415cf7a34c
3434
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
3535
HAPROXY_VERSION: "3.2-dev"
36-
HAPROXY_GITREF: "4a5d82a97d9269eb17f9b92af6c8a9cd904705cd"
36+
HAPROXY_GITREF: "0486b9e4918d271ae2ec52d7deb82d415cf7a34c"
3737
HAPROXY_DATAPLANEAPI_VERSION: "master"
3838
HAPROXY_OPTIMIZATION: "-Og"

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ variables: &default-variables
4848
.haproxy_dev: &haproxy-dev
4949
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
5050
HAPROXY_VERSION: 3.2-dev
51-
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=4a5d82a97d9269eb17f9b92af6c8a9cd904705cd
52-
HAPROXY_GITREF: "4a5d82a97d9269eb17f9b92af6c8a9cd904705cd"
51+
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=0486b9e4918d271ae2ec52d7deb82d415cf7a34c
52+
HAPROXY_GITREF: "0486b9e4918d271ae2ec52d7deb82d415cf7a34c"
5353
BUILD_PATCHES_DIR: "patches-dev"
5454
HAPROXY_LIBASAN: "false"
5555
HAPROXY_LIBUBSAN: "false"

0 commit comments

Comments
 (0)