ansible: Install libcurl3-gnutls from bookworm-backports
authorKienan Stewart <kstewart@efficios.com>
Mon, 6 Nov 2023 20:28:26 +0000 (15:28 -0500)
committerKienan Stewart <kstewart@efficios.com>
Mon, 6 Nov 2023 21:12:58 +0000 (16:12 -0500)
commitceec638937a17fc582364ddd298ed85b93e9dbf8
treee2136ee03fc04d344e4c21641c5bf4cc71f08f9b
parent95292ba1dfd3bb693e02b5e2a4165127896e192f
ansible: Install libcurl3-gnutls from bookworm-backports

In the CI builds, we're seeing an issue where certain projects hang
and fail to checkout the gerrit refs.

Eg. ```
git init .
git fetch --tags --force --progress -- \
  https://review.lttng.org/babeltrace \
  +refs/heads/*:refs/remotes/origin/*
git fetch --tags --force --progress -- \
  https://review.lttng.org/babeltrace \
  refs/changes/*:refs/changes/*
```

Not all repositories are affected. There seems to be some type of
content in the gerrit repository that triggers the issue.
After some testing, the version of libcurl3-gnutls available in
bookworm-backports (8.4.0-2~bpo12+1) doesn't seem to be affected
while the version in Debian bookworm (7.88.1-10+deb12u4) fails.

Fetches via SSH are not affected.

Refs #1532

Change-Id: If4b8ca62d5a512c7cccc2225b180b91d3832987d
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
automation/ansible/roles/common/tasks/setup-Debian.yml
This page took 0.023913 seconds and 4 git commands to generate.