File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2222 script : |
2323 set -eux
2424
25+ # Use sccache for NDK compiler as well
26+ export CMAKE_CXX_COMPILER_LAUNCHER=sccache
27+ export CMAKE_C_COMPILER_LAUNCHER=sccache
28+
2529 # The generic Linux job chooses to use base env, not the one setup by the image
2630 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
2731 conda activate "${CONDA_ENV}"
Original file line number Diff line number Diff line change @@ -353,6 +353,10 @@ jobs:
353353 script : |
354354 set -eux
355355
356+ # Use sccache for NDK compiler as well
357+ export CMAKE_CXX_COMPILER_LAUNCHER=sccache
358+ export CMAKE_C_COMPILER_LAUNCHER=sccache
359+
356360 # The generic Linux job chooses to use base env, not the one setup by the image
357361 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
358362 conda activate "${CONDA_ENV}"
Original file line number Diff line number Diff line change 6060 script : |
6161 set -eux
6262
63+ # Use sccache for NDK compiler as well
64+ export CMAKE_CXX_COMPILER_LAUNCHER=sccache
65+ export CMAKE_C_COMPILER_LAUNCHER=sccache
66+
6367 # The generic Linux job chooses to use base env, not the one setup by the image
6468 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
6569 conda activate "${CONDA_ENV}"
You can’t perform that action at this time.
0 commit comments