Просмотр исходного кода

Change KBUILD_BUILD_TIMESTAMP to 2026-01-01

Updated KBUILD_BUILD_TIMESTAMP to a static date to increase hits
jimsterino98 4 месяцев назад
Родитель
Сommit
b35a5108fa
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -126,6 +126,7 @@ jobs:
           "CCACHE_FILE_CLONE=true"
           "CCACHE_INODE_CACHE=true"
           "CCACHE_UMASK=002"
+          "KBUILD_BUILD_TIMESTAMP=2026-01-01"
           "CCACHE_SLOPPINESS=file_macro,time_macros,include_file_mtime,include_file_ctime,pch_defines,system_headers,locale"
           )