-
We want to use sccache for rust development inside our [bitbucket pipelines](https://bitbucket.org/product/de/features/pipelines) storing the cache in s3 buckets.
Running sccache locally works fine…
-
```
Aug 12 09:58:44 -- Build files have been written to: /build/build_docker/native
Aug 12 09:58:44 '/usr/bin/cmake' '--build' '/build/build_docker/native' '--target' 'pre_compressor'
Aug 12 09:58:…
azat updated
3 months ago
-
```
= note: "x86_64-pc-linux-gnu-gcc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/usr/lib64/rust-1.45.2/rustlib/x86_64-unknown-linux-gnu/lib" "/var/tmp/portage/dev-util/sccache-9999/work/s…
-
This is an equivalent of #2991 but for sccache.
For original ccache, a workaround exists in form of setting `CCACHE_DISABLE=1`. However, for sccache no such workaround exists. In addition, Meson un…
-
I've used sccache in the past without any issues, but disabled it for a while. I recently updated it again and I keep getting errors that I don't get when sccache is disabled.
Here's the errors I g…
-
On macOS-12, sccache is not working after cache resuming and then fails to post stats during the cleanup.
The latter issue causes the new cache to not be saved.
Checkout the following consecutive …
-
### Description
It's actually trivially easy to use sccache with CMake:
```
find_program(SCCACHE_PATH sccache REQUIRED)
set(CMAKE_C_COMPILER_LAUNCHER "${SCCACHE_PATH}")
set(CMAKE_C_LINKER_LAUNC…
-
## Description
The bug I am seeing is that once I push commits to a PR, the install action freezes for indefinite amount of time (IIRC it will bail after 5+ hours of freeze but I cant find this run…
-
## Bug description
Github CI shows that sccache is not used at all on Windows. This is despite the efforts to command `rustc` and `cmake` to use sccache in https://github.com/ssalonen/libcec-sys/pu…
-
Unless I missed it, I think currently there is no way to limit the cache size.
I think this would be valuable in ci self-hosted runners where the cache can grow pretty big due to the need to suppor…