mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-07 22:12:59 +00:00
CI: Use direct compiler variables instead of a native file
This interferes with our ccache setup
This commit is contained in:
parent
d393a09a58
commit
b6699f0269
6
.github/workflows/build-linux.yml
vendored
6
.github/workflows/build-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue