This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new abc467a fedora:40 - update curl to version 8.7.1 (#340)
abc467a is described below
commit abc467aca179f839c6fe12bf89f51cd3add9a4db
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Apr 25 15:31:39 2024 -0500
fedora:40 - update curl to version 8.7.1 (#340)
This helps at least the bigobj.test.py ATS autest run better.
---
docker/fedora40/build_h3_tools.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/fedora40/build_h3_tools.sh
b/docker/fedora40/build_h3_tools.sh
index 8c55773..c4d2f8e 100644
--- a/docker/fedora40/build_h3_tools.sh
+++ b/docker/fedora40/build_h3_tools.sh
@@ -254,7 +254,7 @@ cd ..
# Then curl
echo "Building curl ..."
-[ ! -d curl ] && git clone --depth 1 -b curl-8_5_0
https://github.com/curl/curl.git
+[ ! -d curl ] && git clone --depth 1 -b curl-8_7_1
https://github.com/curl/curl.git
cd curl
# On mac autoreconf fails on the first attempt with an issue finding ltmain.sh.
# The second runs fine.