Skip to content

Commit

Permalink
Update 3.1-dev to dev11 (2092199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Nov 4, 2024
1 parent ac43405 commit 9a1963d
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=dc1c0a169c53cd941c340f9bfc690c18333ff607
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=2092199353295a46580404736e809dc4d3b274a2
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
HAPROXY_VERSION: "3.1-dev"
HAPROXY_GITREF: "dc1c0a169c53cd941c340f9bfc690c18333ff607"
HAPROXY_GITREF: "2092199353295a46580404736e809dc4d3b274a2"
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=dc1c0a169c53cd941c340f9bfc690c18333ff607
HAPROXY_GITREF: "dc1c0a169c53cd941c340f9bfc690c18333ff607"
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=2092199353295a46580404736e809dc4d3b274a2
HAPROXY_GITREF: "2092199353295a46580404736e809dc4d3b274a2"
BUILD_PATCHES_DIR: "patches-dev"
HAPROXY_LIBASAN: "false"
HAPROXY_LIBUBSAN: "false"
Expand Down

0 comments on commit 9a1963d

Please sign in to comment.