ci/bsd: Compile with clang 22

This commit is contained in:
Ani
2026-07-31 18:41:29 +02:00
parent 27f0e879d3
commit ca3e5b268e
2 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -8,12 +8,9 @@ sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
export ASSUME_ALWAYS_YES=true
pkg info # debug
# WITH_LLVM
# WITH_LLVM and Clang compiler
pkg install "llvm$LLVM_COMPILER_VER"
# Compiler dependency (latest clang)
pkg install "llvm-devel"
# Mandatory dependencies (qtX-base is pulled via qtX-multimedia)
pkg install git ccache cmake ninja "qt$QT_VER_MAIN-multimedia" "qt$QT_VER_MAIN-svg" glew openal-soft ffmpeg pcre2
+2 -2
View File
@@ -445,8 +445,8 @@ jobs:
QT_VER_MAIN: '6'
LLVM_COMPILER_VER: '22'
LLVM_CONFIG: 'llvm-config22'
CC: 'clang-devel'
CXX: 'clang++-devel'
CC: 'clang22'
CXX: 'clang++22'
steps:
- name: Checkout repository