Use ccache for all native modules (LSPosed#1787) Browse filesBrowse the repository at this point in the history master (LSPosed/LSPosed#1787) v1.8.6 … v1.8.0 yujincheng08authoredMar 23, 2022 1 parent4d60973commit57c1b8b Show file tree ...
ci : use ccache 7b26a2e github-actions bot added the devops label Nov 27, 2024 test d6a426b github-actions bot added Nvidia GPU ggml labels Nov 27, 2024 slaren added 2 commits November 27, 2024 02:12 test 6f78019 test 020ba4c slaren force-pushed the sl/ci-ccache branc...
+ if (strcmp(ccache_type, "DIR") == 0) { + char *p; + p = strrchr(authctxt->krb5_ccname, '/'); + if (p) + *p = '\0'; + } + #ifdef USE_PAM if (options.use_pam) @@ -235,10 +256,36 @@ auth_krb5_password(Authctxt *authctxt, c ...
build: use ccache -C for cleaning the cache Browse files This keeps the configuration, like the size of the cache, and the statistics intact. Move the removal of the cache directory to the distclean target, but only delete the .ccache directory inside of our build tree, as we should ...
This PR adds ccache to the CI scripts, leveraging CircleCI's save_cache/restore_cache to persist the cache between runs. Leaving as draft until #2941 is merged. Effectiveness Without cache: With h...
CI circleci: use ccache consistently #4343 Sign in to view logs Summary Jobs checkinstall formatting x86 (-DSIMDE_NATURAL_VECTOR_SIZE=256 -march=x86-64-v3 -mavx512bw -mavx512vl) x86 (-march=x86-64 -maes -mpclmul) x86 (-march=x86-64-v2) x86 (-march=x86-64-v3) ...
export USE_CCACHE=1 # Resize the Java Heap size export _JAVA_OPTIONS="-Xmx4096m" 3 changes: 3 additions & 0 deletions 3 build_xenonhd.sh Original file line numberDiff line numberDiff line change @@ -54,6 +54,9 @@ function buildagain { # Tell the environment not to use Ninja exp...
ccache: use Homebrew span-lite … 2d87489 chenrui333 approved these changes Jun 4, 2024 View reviewed changes Contributor github-actions bot commented Jun 4, 2024 🤖 An automated task has requested bottles to be published to this PR. ccache: update 4.10 bottle. 3fc7041 github-actions...
Security Insights Commit Browse filesBrowse the repository at this point in the history This commit updates the clang workflow to, when available, use Redis remote storage backend for the ccache compilation cache data. The Redis cache server is hosted in the Kubernetes cluster in which the zephyr...