forked from pool/sccache
280b72c6f4
- Update to version 0.8.1~31: * Add experimental concurrent cache support * build(deps): bump quinn-proto from 0.11.3 to 0.11.8 (#2254) * build(deps): bump which from 6.0.0 to 6.0.3 (#2252) * Disable "warnings as errors" flag for CL preprocessing (#2251) * Add windows arm64 to the CI (#2243) * build(deps): bump log from 0.4.20 to 0.4.22 (#2218) * feat: Bump opendal to 0.48.0 (#2240) * deps: update winapi-util (#2236) * refactor: use windows-sys instead of winapi (#2233) * build(deps): bump vmactions/freebsd-vm from 1.0.7 to 1.0.8 (#2219) * Add cache hit percentage to stats (#2211) * Add custom zstd compression level (#2199) * Remove the heapsize feature * Add lost feature status * Update OpenDAL for fixing #2220 * build(deps): bump reqwest from 0.12.4 to 0.12.5 (#2215) * build(deps): bump uuid from 1.7.0 to 1.9.0 (#2213) * Update CI version of macOS * build(deps): bump zstd from 0.13.0 to 0.13.1 * build(deps): bump async-trait from 0.1.77 to 0.1.80 * build(deps): bump anyhow from 1.0.81 to 1.0.86 * Format toml * refactor: Bump OpenDAL to 0.47 * Remove ref_env * Fix clippy * Fix clippy * refactor: Bump MSRV to 1.75 for async in trait * Log when preprocessor cache cannot be used (#2197) OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=66
33 lines
1.4 KiB
Plaintext
33 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">v0.3.0</param> -->
|
|
<param name="revision">20240910-suse-maint-v0.8.1</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>
|