Revert "ci: Avoid Archlinux' pyqt6 6.1.7-3 which lacks QSignalSpy"
This reverts commit 27e446d26d.
Archlinux now uses a PyQt 6.8 development snapshot.
This commit is contained in:
parent
f895c022cb
commit
c598cbbc71
|
|
@ -35,10 +35,6 @@ RUN pacman -Su --noconfirm \
|
||||||
gcc \
|
gcc \
|
||||||
libyaml \
|
libyaml \
|
||||||
xorg-xdpyinfo
|
xorg-xdpyinfo
|
||||||
{% if unstable and qt6 %}
|
|
||||||
# WORKAROUND: 6.7.1-3 in [extra-testing] removes QSignalSpy
|
|
||||||
RUN pacman -U --noconfirm https://mirror.pkgbuild.com/extra/os/x86_64/python-pyqt6-6.7.1-2-x86_64.pkg.tar.zst
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
RUN useradd user -u 1001 && \
|
RUN useradd user -u 1001 && \
|
||||||
mkdir /home/user && \
|
mkdir /home/user && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue