Skip to content

Commit

Permalink
Update HAProxy 3.1-dev to dc1c0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Oct 24, 2024
1 parent 0bfad7c commit c28a415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
DEBIAN_CODENAME: "bookworm"
HAPROXY_FLAVOUR: "dev"
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=68c8c910238f0b759d75b4da2128370abf184cd1
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=dc1c0a169c53cd941c340f9bfc690c18333ff607
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
HAPROXY_VERSION: "3.1-dev"
HAPROXY_GITREF: "68c8c910238f0b759d75b4da2128370abf184cd1"
HAPROXY_GITREF: "dc1c0a169c53cd941c340f9bfc690c18333ff607"
HAPROXY_DATAPLANEAPI_VERSION: "master"
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ variables: &default-variables
.haproxy_dev: &haproxy-dev
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
HAPROXY_VERSION: 3.1-dev
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=68c8c910238f0b759d75b4da2128370abf184cd1
HAPROXY_GITREF: "68c8c910238f0b759d75b4da2128370abf184cd1"
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=dc1c0a169c53cd941c340f9bfc690c18333ff607
HAPROXY_GITREF: "dc1c0a169c53cd941c340f9bfc690c18333ff607"
BUILD_PATCHES_DIR: "patches-dev"
HAPROXY_LIBASAN: "false"
HAPROXY_LIBUBSAN: "false"
Expand Down

0 comments on commit c28a415

Please sign in to comment.