File tree 3 files changed +12
-0
lines changed 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 22
22
script : |
23
23
set -eux
24
24
25
+ # Use sccache for NDK compiler as well
26
+ export CMAKE_CXX_COMPILER_LAUNCHER=sccache
27
+ export CMAKE_C_COMPILER_LAUNCHER=sccache
28
+
25
29
# The generic Linux job chooses to use base env, not the one setup by the image
26
30
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
27
31
conda activate "${CONDA_ENV}"
Original file line number Diff line number Diff line change @@ -353,6 +353,10 @@ jobs:
353
353
script : |
354
354
set -eux
355
355
356
+ # Use sccache for NDK compiler as well
357
+ export CMAKE_CXX_COMPILER_LAUNCHER=sccache
358
+ export CMAKE_C_COMPILER_LAUNCHER=sccache
359
+
356
360
# The generic Linux job chooses to use base env, not the one setup by the image
357
361
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
358
362
conda activate "${CONDA_ENV}"
Original file line number Diff line number Diff line change 60
60
script : |
61
61
set -eux
62
62
63
+ # Use sccache for NDK compiler as well
64
+ export CMAKE_CXX_COMPILER_LAUNCHER=sccache
65
+ export CMAKE_C_COMPILER_LAUNCHER=sccache
66
+
63
67
# The generic Linux job chooses to use base env, not the one setup by the image
64
68
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
65
69
conda activate "${CONDA_ENV}"
You can’t perform that action at this time.
0 commit comments