* Add experimental concurrent cache support * Add tests for distributed cargo building * Fix tests for SELinux * strip CARGO_MAKEFLAGS * Allow using S3 virtual host style endpoints (#2329) * Apply clippy fixes and bump ghac from v2 to v4 bump (#2341) * prepare release 0.10.0 * feat: Bump opendal to 0.52 to support ghac v2 * Fix formatting * Add scheduler connect message * Separate sccache_heartbeat * Separate sccache_http * lru: do not fail removing file if already removed * build and run integration tests on ubuntu-24.04 * Fix and update sccache for CUDA 12.8 * cache (and dist-compile) cudafe++ invocations to ensure the original module_id file is restored and used for all PTX compilations * hash the module_id file (if it exists), `--gen_module_id_file` arg, and `--module_id_file_name` arg so PTX generated by `nvcc -c` and `nvcc -ptx` yield different hashes * remove `--gen_module_id_file` from internal cicc calls when using CTK<12.8 `nvcc -c` * update GHA workflows to CUDA 12.8 * Add bind_address config field (#2307) * Don't cache dep file (#2322) * CI: Move the the current LLVM stable (#2323) * Scheduler: oversubscribe cores just a little to make up for slack (#2315) * Pass through `--remap-path-prefix` argument. (#2270) OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=74
32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<!-- <param name="url">https://github.com/mozilla/sccache.git</param> -->
|
|
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">20250228-suse-maint-v0.10.0</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">william.brown@suse.com</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">sccache</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
<!-- difficult to exploit side channel, no mitigations available yet -->
|
|
<!-- https://rustsec.org/advisories/RUSTSEC-2023-0071.html -->
|
|
<param name="i-accept-the-risk">RUSTSEC-2023-0071</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">sccache</param>
|
|
</service>
|
|
</services>
|