Skip to content

Commit

Permalink
Improved CI fix by marcusbritanicus
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Apr 5, 2024
1 parent 651d0bf commit 3cbbb16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ source shared-ci/prepare-archlinux.sh
# See *depends in https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/qtermwidget-git/PKGBUILD
pacman -S --noconfirm --needed git cmake lxqt-build-tools-git qt6-5compat qt6-tools python-pyqt6 pyqt-builder sip

#Temporary workaround suggested by marcusbritanicus
sudo ln -s /usr/bin/qmake6 /usr/bin/qmake

cmake -B build -S . \
-DBUILD_EXAMPLE=ON \
-DQTERMWIDGET_USE_UTEMPTER=ON
make -C build

cd pyqt
CXXFLAGS="-I$PWD/../lib -I$PWD/../build/lib" LDFLAGS="-L$PWD/../build" sip-wheel --verbose
CXXFLAGS="-I$PWD/../lib -I$PWD/../build/lib" LDFLAGS="-L$PWD/../build" sip-wheel --verbose --qmake=/usr/bin/qmake6

0 comments on commit 3cbbb16

Please sign in to comment.