mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:12:05 -04:00
Update release comparison scripts with liburcu and new Sphinx
This commit is contained in:
parent
1b0512fa20
commit
751062da3b
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue