We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222940b commit 7e506ccCopy full SHA for 7e506cc
1 file changed
.github/workflows/fastbuild_6.6.66.yml
@@ -532,6 +532,7 @@ jobs:
532
export CCACHE_DIR="${{ env.CCACHE_DIR }}"
533
export CCACHE_MAXSIZE="3G"
534
echo "sloppiness = time_macros,include_file_mtime" >> "$CCACHE_DIR/ccache.conf"
535
+ echo "run_second_cpp = false" >> "$CCACHE_DIR/ccache.conf"
536
537
cd kernel_workspace/common
538
#在构建内核的同时清除不必要的.NET, Android NDK, Haskell, CodeQL运行库,清理空间且不阻塞后续步骤运行
0 commit comments