Skip to content

Commit

Permalink
ci: pick correct branch of core-qrexec
Browse files Browse the repository at this point in the history
R4.2 needs to use release4.2 branch.
  • Loading branch information
marmarek committed Dec 8, 2024
1 parent d12c5ca commit 0811926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
checks:pylint:
before_script:
- sudo dnf install -y python3-pip
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- git clone -b release4.2 https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --quiet -r ci/requirements.txt
script:
- PYTHONPATH=test-packages:~/qubes-core-qrexec python3 -m pylint qubes
Expand All @@ -13,7 +13,7 @@ checks:tests:
- sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils sequoia-sqv python3-pip
# needed to run tests on Python 3.12
- "sudo dnf install -y python3-pyasyncore || :"
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- git clone -b release4.2 https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --user --quiet -r ci/requirements.txt
- |
set -e
Expand Down

0 comments on commit 0811926

Please sign in to comment.