mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 12:58:02 +02:00
CI: Use Python 3
The dbus-1.12 branch needed Python, which the master branch no longer does, but we can at least use a modern Python. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
bad56dc99a
commit
fc2353f210
2 changed files with 5 additions and 4 deletions
|
|
@ -111,7 +111,7 @@ case "$ci_buildsys" in
|
|||
# to assert that our official release tarballs will be enough
|
||||
# to build with CMake.
|
||||
mkdir -p ci-build-dist
|
||||
( cd ci-build-dist; ../configure )
|
||||
( cd ci-build-dist; ../configure PYTHON=python3 )
|
||||
make -C ci-build-dist dist
|
||||
tar -zxvf ci-build-dist/dbus-1.*.tar.gz
|
||||
cd dbus-1.*/
|
||||
|
|
@ -256,6 +256,7 @@ case "$ci_buildsys" in
|
|||
--enable-installed-tests \
|
||||
--enable-maintainer-mode \
|
||||
--enable-modular-tests \
|
||||
PYTHON=python3 \
|
||||
"$@"
|
||||
|
||||
${make}
|
||||
|
|
|
|||
|
|
@ -177,9 +177,9 @@ case "$ci_distro" in
|
|||
libselinux1-dev
|
||||
libsystemd-dev
|
||||
libx11-dev
|
||||
python
|
||||
python-dbus
|
||||
python-gi
|
||||
python3
|
||||
python3-dbus
|
||||
python3-gi
|
||||
sudo
|
||||
valgrind
|
||||
wget
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue