We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2041aa1 commit 35592efCopy full SHA for 35592ef
.ci/docker/common/install_cache.sh
@@ -109,6 +109,8 @@ write_sccache_stub gcc
109
write_sccache_stub g++
110
write_sccache_stub clang
111
write_sccache_stub clang++
112
-write_android_sccache_stub clang
113
-write_android_sccache_stub clang++
+if [ -n "${ANDROID_NDK_VERSION}" ]; then
+ write_android_sccache_stub clang
114
+ write_android_sccache_stub clang++
115
+fi
116
init_sccache
0 commit comments