Skip to content

Commit

Permalink
chore(ci)[sc-98275]: build for webengine not webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
brstrutt committed Jul 24, 2024
1 parent 93b44b4 commit 0095d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ sudo apt-get install -y \
sudo ln -s /usr/bin/python3 /usr/bin/python

# Download our prebuilt version of Qt
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
# Download our prebuilt version of QtWebkit
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
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
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,7 @@ jobs:
- name: Install Qt
run: |
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
- name: Install Qtwebkit
run: |
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
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
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion wd.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'variables': {
'QT6': '1',
'WD_CONFIG_QWIDGET_BASE': '1',
'WD_CONFIG_WEBKIT': '1',
'WD_CONFIG_WEBKIT': '0',
'WD_CONFIG_QUICK': '1',
'WD_CONFIG_PLAYER': '0',
'WD_CONFIG_ONE_KEYRELEASE': '0',
Expand Down

0 comments on commit 0095d92

Please sign in to comment.