Skip to content

Commit a137989

Browse files
committed
update
1 parent 5069020 commit a137989

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fastbuild_6.6.50.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ jobs:
535535
export CCACHE_HARDLINK="true"
536536
export CCACHE_DIR="${{ env.CCACHE_DIR }}"
537537
export CCACHE_MAXSIZE="3G"
538-
echo "sloppiness = time_macros,include_file_mtime,file_stat_matches" >> "$CCACHE_DIR/ccache.conf"
538+
echo "sloppiness = time_macros,include_file_ctime,include_file_mtime,file_stat_matches,file_macro,time_macros,pch_defines" >> "$CCACHE_DIR/ccache.conf"
539539
540540
cd kernel_workspace/common
541541
#在构建内核的同时清除不必要的.NET, Android NDK, Haskell, CodeQL运行库,清理空间且不阻塞后续步骤运行

.github/workflows/fastbuild_6.6.66.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ jobs:
533533
export CCACHE_HARDLINK="true"
534534
export CCACHE_DIR="${{ env.CCACHE_DIR }}"
535535
export CCACHE_MAXSIZE="3G"
536-
echo "sloppiness = time_macros,include_file_mtime,file_stat_matches" >> "$CCACHE_DIR/ccache.conf"
536+
echo "sloppiness = time_macros,include_file_ctime,include_file_mtime,file_stat_matches,file_macro,time_macros,pch_defines" >> "$CCACHE_DIR/ccache.conf"
537537
538538
cd kernel_workspace/common
539539
#在构建内核的同时清除不必要的.NET, Android NDK, Haskell, CodeQL运行库,清理空间且不阻塞后续步骤运行

0 commit comments

Comments
 (0)