Skip to content

Commit

Permalink
deploy: add missing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed May 4, 2024
1 parent f33ea42 commit c9ce434
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# Tools for running GUI tests headless
sudo pacman -S --noconfirm --disable-download-timeout wget \
python3 \
python-pylint \
python-pylint python-installer python3-build \
xorg-server-xvfb libxcb

${DIR}/linux_kernel/install_checkpath.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
sudo dnf makecache
# Tools for running GUI tests headless
sudo dnf -y install wget \
python3 \
python3 python3-installer python3-build \
xorg-x11-server-Xvfb libxcb
# Linter/Tests (not as package in all rhel variants available!)
python3 -m pip install pytest pylint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo rpm -i --nodeps https://download.opensuse.org/repositories/openSUSE:/Factor
# sudo zypper -n install --force --best-effort xvfb-run
sudo zypper --non-interactive install \
wget \
python3-pylint \
python3-pylint python3-installer python3-build \
xorg-x11-server-extra libxcb-xinerama0 xauth


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sudo apt-get update
# Tools for running GUI tests headless
sudo apt-get -y -qq install \
wget \
pylint python3-venv python3-pip \
xvfb libxcb-xinerama0 libgl1-mesa-glx
pylint python3-venv python3-pip python3-build \
python3-installer xvfb libxcb-xinerama0 libgl1-mesa-glx

sudo pip install pyqt6-tools PyQt6

Expand Down
2 changes: 2 additions & 0 deletions deploy/package_testing/download_install_debian.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo apt install curl

sudo curl https://ftp.de.debian.org/debian/pool/contrib/l/lenovolegionlinux/lenovolegionlinux-dkms_0.0.10+ds-2_amd64.deb -o /tmp/lenovolegionlinux-dkms_0.0.10+ds-2_amd64.deb
sudo curl https://ftp.de.debian.org/debian/pool/contrib/l/lenovolegionlinux/python3-legion-linux_0.0.10+ds-2_all.deb -o /tmp/python3-legion-linux_0.0.10+ds-2_all.deb
sudo curl https://ftp.de.debian.org/debian/pool/contrib/l/lenovolegionlinux/lenovolegionlinux-dkms_0.0.10+ds-2_amd64.deb -o /tmp/legiond_0.0.10+ds-2_amd64.deb
Expand Down

0 comments on commit c9ce434

Please sign in to comment.