From 05b1ee4c4c61dc12f9e63fc91c773befb56dc79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 5 Jul 2024 23:25:33 +0200 Subject: [PATCH] ci: use release4.2 branch for dependencies --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a8093e..052f03c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,8 @@ checks:tests: - sudo dnf install -y python3-gobject gtk3 python3-pytest gtksourceview4 python3-coverage xorg-x11-server-Xvfb - pip3 install --quiet -r ci/requirements.txt - - git clone https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client - - git clone https://github.com/QubesOS/qubes-core-qrexec ~/core-qrexec + - git clone -b release4.2 https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client + - git clone -b release4.2 https://github.com/QubesOS/qubes-core-qrexec ~/core-qrexec script: - PYTHONPATH=~/core-admin-client:~/core-qrexec xvfb-run ./run-tests.sh after_script: @@ -28,8 +28,8 @@ checks:pylint: - sudo dnf install -y python3-gobject gtk3 xorg-x11-server-Xvfb python3-mypy gtksourceview4 - pip3 install --quiet -r ci/requirements.txt - mypy --install-types --non-interactive - - git clone https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client - - git clone https://github.com/QubesOS/qubes-core-qrexec ~/core-qrexec + - git clone -b release4.2 https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client + - git clone -b release4.2 https://github.com/QubesOS/qubes-core-qrexec ~/core-qrexec script: - PYTHONPATH=~/core-admin-client:~/core-qrexec python3 -m pylint --rcfile=.pylintrc qui qubes_config - mypy