CI: drop fragile bundled libc++ on FreeBSD

- RPCS3 still uses C++20 which no longer needs recent Clang/libc++
- FreeBSD releases more frequently, bringing newer Clang/libc++
- bundled libc++ wastes too much limited CI time
This commit is contained in:
Jan Beich 2025-02-13 01:23:22 +01:00 committed by Ani
parent 2593077361
commit 800c0f7a56
2 changed files with 4 additions and 17 deletions

View file

@ -8,7 +8,7 @@ sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
export ASSUME_ALWAYS_YES=true
pkg info # debug
# Prefer newer Clang than in base system (see also .ci/build-freebsd.sh)
# WITH_LLVM
pkg install llvm19
# Mandatory dependencies (qt6-base is pulled via qt6-multimedia)