Skip to content

Commit

Permalink
ci: use release4.2 branch for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jul 5, 2024
1 parent ded99ef commit 05b1ee4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 05b1ee4

Please sign in to comment.