Skip to content

Commit 6259b5e

Browse files
fix build
1 parent 5527418 commit 6259b5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
6969
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
7070
-DCMAKE_BUILD_TYPE=MinSizeRel
71-
-DCMAKE_C_COMPILER_LAUNCHER=sccache
72-
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache
71+
-DCMAKE_C_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
72+
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
7373
-DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.build-install-dir }}
7474
-DLLVM_ENABLE_RUNTIMES="libc;compiler-rt"
7575
-DLLVM_LIBC_FULL_BUILD=ON

.github/workflows/libc-overlay-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
-DCMAKE_CXX_COMPILER=${{ matrix.compiler.cpp_compiler }}
9696
-DCMAKE_C_COMPILER=${{ matrix.compiler.c_compiler }}
9797
-DCMAKE_BUILD_TYPE=MinSizeRel
98-
-DCMAKE_C_COMPILER_LAUNCHER=sccache
99-
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache
98+
-DCMAKE_C_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
99+
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
100100
-DCMAKE_POLICY_DEFAULT_CMP0141=NEW
101101
-DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT=Embedded
102102
-DLLVM_ENABLE_RUNTIMES=libc

0 commit comments

Comments
 (0)