-
I'll look into working on this tomorrow, but its a bit annoying that the whole crate is rebuilt when I run `cargo run`, having not changed anything.
-
# The Preface
There is some vague talk of maybe someday integrating `clippy-driver` into `cargo build` and `cargo check` https://github.com/rust-lang/cargo/pull/7382, so I went and tried to test if…
yaahc updated
5 years ago
-
Hi! I'm using `sccache` with Aliyun Object Storage Service, which is S3-compatible. However, I keep getting cache write errors. I've tested my API credentials and made sure they were working.
I sus…
-
`sccache cl.exe` cannot compile the code that compiles with simply `cl.exe` Situation:
```
λ C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe
λ echo %ERRORLEVEL%
0
λ C:/sccache-0.2.12/sccache.exe C:\PROGRA~…
-
I ran the following command in powershell
```
cmake -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ..
```
it finds MSVC
```
-- Building for: Visual Studio 16 201…
-
This would stamp out network flakiness in our CI for windows
- [ ] Miniconda
- [ ] conda/pip install commands (will expand which ones later)
- [ ] sccache
- [ ] Document how to update the AMI @s…
-
We currently run the [`.github/workflows/ci_windows_x64_msvc.yml`](https://github.com/iree-org/iree/blob/main/.github/workflows/ci_windows_x64_msvc.yml) workflow on a nightly schedule using [standard …
-
I am building libclc the following way:
```shell
cd libclc/build && \
cmake ../ \
-G Ninja \
-DCMAKE_C_COMPILER_LAUNCHER=/opt/sccache/sccache -DCMAKE_CXX_COMPILER_LAUNCHER=/opt/sccache/sccache …
-
They are almost all broken:
1. semver check: the used tool has been [deprecated](https://github.com/rust-lang/rust-semverver)
2. ~~PyPi: no idea why it failed~~
3. WinGet: https://github.com/topg…
-
BLAKE3 is an order of magnitude faster than SHA256. `ccache` & `sccache` already use it.
Updating all `template` files in `void-packages` is trivial to automate.