File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Release Builds
3
3
on : push
4
4
5
5
env :
6
- QT_VERSION : " v6.6.1 "
7
- ZLIB_VERSION : " v1.3" # not used for msvc builds
6
+ QT_VERSION : " v6.6.2 "
7
+ ZLIB_VERSION : " v1.3.1 " # not used for msvc builds
8
8
9
9
jobs :
10
10
linux :
@@ -22,20 +22,20 @@ jobs:
22
22
run :
23
23
shell : bash
24
24
steps :
25
- - name : Add llvm repo for clang 17
25
+ - name : Add llvm repo for clang 18
26
26
run : |
27
27
sudo wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
28
- sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-17 main"
28
+ sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-18 main"
29
29
- name : Install Qt build dependencies
30
30
run : |
31
31
sudo apt update -yy
32
- sudo apt install -yy clang-17 libglu1-mesa-dev ninja-build libx11-dev libx11-xcb-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libxcb-glx0-dev libxcb-keysyms1-dev libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev libxcb-render-util0-dev libxkbcommon-dev libxkbcommon-x11-dev '^libxcb.*-dev'
32
+ sudo apt install -yy clang-18 libglu1-mesa-dev ninja-build libx11-dev libx11-xcb-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libxcb-glx0-dev libxcb-keysyms1-dev libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev libxcb-render-util0-dev libxkbcommon-dev libxkbcommon-x11-dev '^libxcb.*-dev'
33
33
- name : Set clang version
34
34
run : |
35
35
sudo update-alternatives --remove-all clang || echo "nothing to remove"
36
36
sudo update-alternatives --remove-all clang++ || echo "nothing to remove"
37
- sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
38
- sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
37
+ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-18 100
38
+ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 100
39
39
- uses : actions/checkout@v4
40
40
- name : Build script
41
41
run : ./build.sh
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and used instead of the bundled Qt version (does not apply to msvc builds)
10
10
11
11
Get the latest versions here:
12
12
13
- - linux (clang 17 / Ubuntu 20.04): [ sme_deps_qt_linux.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz )
13
+ - linux (clang 18 / Ubuntu 20.04): [ sme_deps_qt_linux.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz )
14
14
- osx (Xcode 14.3 / macOS 13 / MACOSX_DEPLOYMENT_TARGET 11): [ sme_deps_qt_osx.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx.tgz )
15
15
- win32-mingw (mingw-w64-i686-gcc 13): [ sme_deps_qt_win32-mingw.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win32-mingw.tgz )
16
16
- win64-mingw (mingw-w64-x86_64-gcc 13): [ sme_deps_qt_win64-mingw.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-mingw.tgz )
You can’t perform that action at this time.
0 commit comments