From 751062da3b2f63c92f9dbb9d60275a72236d3edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 14 Apr 2023 11:41:15 +0200 Subject: [PATCH] Update release comparison scripts with liburcu and new Sphinx --- util/release-tarball-comparison.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/release-tarball-comparison.sh b/util/release-tarball-comparison.sh index 0a3d202f7f..b4ef3aaec2 100755 --- a/util/release-tarball-comparison.sh +++ b/util/release-tarball-comparison.sh @@ -55,6 +55,7 @@ run_in_container "apt-get update && \ libnghttp2-dev \ libssl-dev \ libtool \ + liburcu-dev \ libuv1-dev \ make \ pkg-config \ @@ -64,7 +65,7 @@ run_in_container "apt-get update && \ run_in_container "apt-get -y install --no-install-recommends python3-pip && \ rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED && \ - pip3 install docutils==0.17.1 sphinx-rtd-theme==1.1.1 sphinx==5.3.0" + pip3 install docutils==0.18.1 sphinx-rtd-theme==1.2.0 sphinx==6.1.3" # Retrieve the release-ready BIND 9 tarball. docker cp "${BIND_TARBALL}" "${CONTAINER_ID}:/usr/src"