File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments