]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: use --without-python for Debian "sid" builds
authorMichał Kępień <michal@isc.org>
Tue, 6 Aug 2024 07:34:53 +0000 (09:34 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 6 Aug 2024 07:34:53 +0000 (09:34 +0200)
commit5254bf662d81cc5e61d5dd9045cedcd9294c4b01
tree5d146b0058aca433c965e2833d88cffbc38ae2cd
parent62eb73b626045232d3d2736e11638e16dcf39a00
chg: test: use --without-python for Debian "sid" builds

Debian "sid" images used in GitLab CI no longer contain the distutils
Python module, which prevents the ./configure script from succeeding on
that operating system.  Instead of explicitly installing optional
dependencies for a branch that is no longer actively maintained, add the
--without-python switch to the ./configure invocations on Debian "sid"
to work around the problem.
.gitlab-ci.yml