Bump Qt to 6.6 and LLVM to 17

This commit is contained in:
František Zatloukal 2023-10-26 23:22:09 +02:00 committed by Julien Reichardt
parent 1e5882534e
commit 37002a0743

View file

@ -1,9 +1,9 @@
id: net.rpcs3.RPCS3 id: net.rpcs3.RPCS3
runtime: org.kde.Platform runtime: org.kde.Platform
runtime-version: '6.5' runtime-version: '6.6'
sdk: org.kde.Sdk sdk: org.kde.Sdk
sdk-extensions: sdk-extensions:
- org.freedesktop.Sdk.Extension.llvm16 - org.freedesktop.Sdk.Extension.llvm17
command: rpcs3 command: rpcs3
rename-desktop-file: rpcs3.desktop rename-desktop-file: rpcs3.desktop
rename-appdata-file: rpcs3.metainfo.xml rename-appdata-file: rpcs3.metainfo.xml
@ -50,8 +50,8 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
builddir: true builddir: true
build-options: build-options:
append-ld-library-path: /usr/lib/sdk/llvm16/lib append-ld-library-path: /usr/lib/sdk/llvm17/lib
append-path: /usr/lib/sdk/llvm16/bin append-path: /usr/lib/sdk/llvm17/bin
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
-fcf-protection -fno-omit-frame-pointer -fcf-protection -fno-omit-frame-pointer
@ -77,7 +77,7 @@ modules:
- -DUSE_SYSTEM_ZLIB=ON - -DUSE_SYSTEM_ZLIB=ON
- -Wno-dev - -Wno-dev
post-install: post-install:
- cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/ - cp /usr/lib/sdk/llvm17/lib/libLLVM-17.so /app/lib/
- |- - |-
set -eux set -eux