Skip to content

Commit

Permalink
added Qt 6.5.0
Browse files Browse the repository at this point in the history
* added packages to run QML Gui apps in current WSL2
  • Loading branch information
arBmind committed Apr 7, 2023
1 parent fd4c093 commit 00ebc64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build.yml
Expand Up @@ -9,9 +9,9 @@ jobs:
fail-fast: false
matrix:
distro: ['jammy']
clang_major: [14, 15, 16]
clang_major: [15, 16]
gcc_major: [12]
qt_version: ['6.4.2']
qt_version: ['6.4.3', '6.5.0']
qtcreator: [
{version: "9.0.2-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v9.0.2-snapshot-2023-04-02/qtcreator-Linux-4590736396.7z"},
{version: "10.0.0", url: "https://github.com/qt-creator/qt-creator/releases/download/v10.0.0/qtcreator-linux-x64-10.0.0.7z"},
Expand All @@ -22,7 +22,7 @@ jobs:
- distro: jammy
clang_major: 16
gcc_major: 12
qt_version: '6.4.2'
qt_version: '6.5.0'
qtcreator: {version: "10.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v10.0.1-snapshot-2023-04-02/qtcreator-linux-x64-4589869247.7z"}
clang_tags: arbmind/qtcreator-clang:latest
clang_libstdcpp_tags: arbmind/qtcreator-clang-libstdcpp:latest
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Expand Up @@ -86,7 +86,9 @@ RUN \
libxkbcommon-x11-0 \
libharfbuzz-icu0 \
libegl1-mesa-dev \
libglu1-mesa-dev \
libglu1-mesa-dev \
libwayland-egl1 \
libwayland-cursor0 \
&& apt-get --yes autoremove \
&& apt-get clean autoclean \
&& rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} /tmp/* /var/tmp/*
Expand Down

0 comments on commit 00ebc64

Please sign in to comment.