sccache/sccache-dist-scheduler.service
William Brown 9ca37e2c81 - Update to version 0.9.0~13:
* Add experimental concurrent cache support
  * chore: replace is-terminal with standard library (#2311)
  * prepare release 0.9.1
  * Add support for caching target json specs for Rust compilation. (#2269)
  * Don't use CARGO_REGISTRIES_* configuration in hash keys (#2308)
  * fix: bring "cargo build -Zprofile" support back (#2306)
  * deps: Update cc
  * add test for #2299
  * fix test_rlib_dep_reader_call failure when $CARGO_HOME isn't in the user's $HOME
  * Never cache the outer CUDA compilation (because `nvcc -E` can't be trusted). Always decompose via `nvcc --dryrun`, then cache and report the host compiler call as a CUDA compilation
  * Always use sccache's own jobserver
  * Adjust placement of crate dependencies and a comment Crates memmap2, object and shlex are not dist-only requirements.
  * Skip tests when needed features (gcs & s3) are disabled

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=72
2025-02-04 00:32:32 +00:00

30 lines
694 B
Desktop File

[Unit]
Description=sccache-dist server
After=chronyd.service ntpd.service network-online.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=read-only
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
DynamicUser=yes
Type=simple
Environment="RUST_LOG=sccache=info"
Environment="SCCACHE_NO_DAEMON=1"
ExecStart=sccache-dist scheduler --config /etc/sccache/scheduler.conf
[Install]
WantedBy=multi-user.target