-
5 minutes is too short to compile some complex kernels, so I bumped to 10 minutes here. It would be good to make this configurable.
_Originally posted by @trxcllnt in https://github.c…
-
![image](https://github.com/user-attachments/assets/6488eaa1-22be-4d37-9785-07cf3a3be726)这张图片显示了不同版本的 sccache 可用二进制文件,其中的主要差异如下:
1. 平台和架构差异:
• x86_64 和 aarch64:x86_64 代表 64 位的 x86 架构(通常在大多数桌面电脑和服务器…
-
With the advent of incremental compilation on stable Rust compile times will hopefully get much better especially in debug mode and hopefully eventually in release mode with https://github.com/rust-la…
-
Hi, [bb8-memcached](https://github.com/dqminh/bb8-memcached) will use `tokio::net::UnixStream` which not provided under windows. This will break the built on windows.
For example: https://github.co…
-
Not sure if this should be fixed on the rust-cache or the cargo-binstall side, but it seems rust-cache caches enough for cargo-binstall to think that a binary is installed, but not enough for the bina…
-
-
possibly this is more a documentation issue, but i'm failing to set up a scheduler:
```
➜ sccache git:(master) ✗ SCCACHE_LOG=1 SCCACHE_NO_DAEMON=1 RUST_LOG=trace ./target/release/sccache-dist sch…
-
init.evcxr:
```rust
:sccache 1
:dep my_cas = {path="/Users/anand/.rust/dev/my_cas/"}
```
prelude.rs:
```rust
let name = "anand";
```
I've done `cargo install sccache`.
My understanding is…
-
[Sccache](https://github.com/mozilla/sccache/) speeds up the install process by reusing existing compiled libraries.
I think it would be useful if this plugin checks whether sccache is installed an…
-
It would be great if [sccache](https://github.com/mozilla/sccache) would be pre-installed in the Rust docker images. The `sccache` binary is less than 7MB which would increase the size of the latest `…