- Update to version 0.13.0~1: * Add experimental concurrent cache support * github action: fix the syntax - fails in the ci * sccache: prepare a new release * msvc: add msbuild support test * msvc: fix detect_showincludes_prefix with MSBuild * chore: update to gzp 2 * build(deps): bump rsa from 0.9.6 to 0.9.10 * codspeed: evaluate the memory benchmarking * remove too quick benchmarks * codspeed: move to simulation mode * Add realistic LRU cache access pattern benchmarks * Add compression characteristics benchmarks * Add build workflow simulation benchmarks * Add hash computation scenario benchmarks * Add batch cache entry benchmarks * Add cache artifact serialization benchmarks * Add /etc/ld.so.conf.d (if present) to compiler package * Assembly language support * fix(ci): pin serde_json to avoid zmij dependency * fix(ci): update zmij to fix s390x cross-compilation * Fix the run of the CI * run the benchmark in the ci * add benchmarks * dedup some code * Fix hash logging prefix * Add support for C preprocessor output * Add GCC pipe flag support * Improve save-temps gcc flags detection * MSVC: support forward slash as an output dir marker OBS-URL: https://build.opensuse.org/request/show/1328165 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=80
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">20260120-suse-maint-v0.13.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>
|