Skip to content

Commit 51886e4

Browse files
authored
scccache (#26801)
1 parent 56abb79 commit 51886e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-toolchain-tensorflow

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ if [ ${INSTALLER_PACKAGE} ]; then
148148
fi
149149

150150
./utils/build-script ${DRY_RUN} --preset="${SWIFT_PACKAGE}" \
151+
--cmake-c-launcher=`which sccache` \
152+
--cmake-cxx-launcher=`which sccache` \
151153
install_destdir="${SWIFT_INSTALL_DIR}" \
152154
installable_package="${SWIFT_INSTALLABLE_PACKAGE}" \
153155
install_toolchain_dir="${SWIFT_TOOLCHAIN_DIR}" \

0 commit comments

Comments
 (0)