refactor(sonar): migrate worker threads to std::jthread (#5398)

This commit is contained in:
Dave Lane
2026-07-12 00:30:05 -04:00
committed by GitHub
parent 40ae6c8002
commit 3377f7a73f
24 changed files with 79 additions and 48 deletions

View File

@@ -28,6 +28,7 @@ pkg install -y \
devel/git \
devel/libevdev \
devel/libnotify \
devel/llvm19 \
devel/ninja \
devel/pkgconf \
devel/qt6-base \
@@ -48,6 +49,13 @@ pkg install -y \
x11/libXtst
```
Use LLVM 19 when configuring a local FreeBSD build:
```sh
export CC=clang19
export CXX=clang++19
```
#### Linux
Dependencies vary depending on the distribution. You can reference our
[linux_build.sh](https://github.com/LizardByte/Sunshine/blob/master/scripts/linux_build.sh) script for a list of