Files
packages/anda/apps/sccache/sccache-fix-metadata-auto.diff
T
Cappy Ishihara 6c50527200 add sccache (#855)
* add sccache

* reverse conf flag

* Add cargo_license and cargo_license_summary macros

* remove license macros because meh

* Update rust-sccache.spec to disable shebang mangling

This commit updates the rust-sccache.spec file to disable shebang mangling. This change ensures that shebangs are not modified during the build process.

* Fix shebangs in rust-sccache.spec

* Add conditional compilation for dist server

* Fix package dependencies

* Add sccache-dist binary if dist_server is enabled
2023-12-20 19:00:04 +08:00

15 lines
351 B
Diff

--- sccache-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.7.4/Cargo.toml 2023-12-18T06:08:52.420382+00:00
@@ -384,11 +384,3 @@
[target."cfg(unix)".dependencies.daemonize]
version = "0.5"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
- "fileapi",
- "handleapi",
- "stringapiset",
- "winnls",
-]