Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k
stars
552
forks
source link
compiler wrapper trying to create temporary files in /dev #2288
hi,
without any additional setup or ceremony, i built HEAD with rustc/cargo 1.81.0 in gentoo and invoked sccache like the readme suggests: https://github.com/mozilla/sccache?tab=readme-ov-file#usage
i'm not a rust person, but i find it odd that sccache would attempt to make a temporary file in /dev/. a user program should never do this.
this occurred after more than 1 invocation of sccache with the same parameters. the first invocation had no error.
fbufsize.c is nothing special, just a trivial program i had laying around.