Skip to content

Commit 0095d92

Browse files
committed
chore(ci)[sc-98275]: build for webengine not webkit
1 parent 93b44b4 commit 0095d92

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ sudo apt-get install -y \
2727
sudo ln -s /usr/bin/python3 /usr/bin/python
2828

2929
# Download our prebuilt version of Qt
30-
curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-1/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
31-
# Download our prebuilt version of QtWebkit
32-
curl -L https://github.com/constructpm/qtwebkit-build/releases/download/v6.212.0-1/qtwebkit-ee690e4-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
30+
curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-2/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ jobs:
7474
7575
- name: Install Qt
7676
run: |
77-
curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-1/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
78-
79-
- name: Install Qtwebkit
80-
run: |
81-
curl -L https://github.com/constructpm/qtwebkit-build/releases/download/v6.212.0-1/qtwebkit-ee690e4-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
77+
curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-2/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
8278
8379
- name: checkout
8480
uses: actions/checkout@v4

wd.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'variables': {
33
'QT6': '1',
44
'WD_CONFIG_QWIDGET_BASE': '1',
5-
'WD_CONFIG_WEBKIT': '1',
5+
'WD_CONFIG_WEBKIT': '0',
66
'WD_CONFIG_QUICK': '1',
77
'WD_CONFIG_PLAYER': '0',
88
'WD_CONFIG_ONE_KEYRELEASE': '0',

0 commit comments

Comments
 (0)