CI: Use direct compiler variables instead of a native file

This interferes with our ccache setup
This commit is contained in:
Echo J. 2026-03-26 15:27:48 +02:00
parent d393a09a58
commit b6699f0269

View file

@ -49,13 +49,13 @@ jobs:
env:
CC: "ccache clang"
CXX: "ccache clang++"
CC_LD: lld
CXX_LD: lld
run: |
meson setup build --wipe --native-file=./scripts/llvm_native.txt
meson setup build --wipe
- name: Build with Meson
env:
CC: "ccache clang"
CXX: "ccache clang++"
CCACHE_DIR: ${{ runner.temp }}/ccache
run: |
# Use all available cores for faster parallel builds