SHA256
1
0
forked from pool/sccache
sccache/_service
William Brown 9e1d0f7658 Accepting request 1177825 from home:firstyear:branches:devel:languages:rust
- Update to version 0.8.1~2:
  * Add experimental concurrent cache support
  * deps: bump libc from 0.2.153 to 0.2.155 (#2188)
  * sccache: prepare new release (#2179)
  * build(deps): bump bytes from 1.5.0 to 1.6.0 (#2176)
  * build(deps): bump encoding_rs from 0.8.33 to 0.8.34 (#2178)
  * build(deps): bump semver from 1.0.22 to 1.0.23 (#2177)
  * build(deps): bump tempfile from 3.9.0 to 3.10.1 (#2175)
  * build(deps): bump time from 0.3.31 to 0.3.36 (#2184)
  * Make preprocessor cache methods async (#2182)
  * Make recent versions of clippy happy (#2181)
  * Allow SCCACHE_CACHE_SIZE values without a unit (#2183)
  * Disable preprocessor cache when doing distributed compilation (#2173)
  * build(deps): bump jobserver from 0.1.28 to 0.1.31 (#2166)
  * build(deps): bump tokio from 1.35.1 to 1.37.0 (#2165)
  * build(deps): bump http-body-util from 0.1.0 to 0.1.1 (#2167)
  * build(deps): bump serde from 1.0.199 to 1.0.201 (#2171)
  * build(deps): bump serde from 1.0.195 to 1.0.199 (#2162)
  * build(deps): bump semver from 1.0.21 to 1.0.22 (#2109)
  * build(deps): bump nix from 0.27.1 to 0.28.0 (#2108)
  * build(deps): bump mio from 0.8.10 to 0.8.11 (#2128)
  * build(deps): bump h2 from 0.3.24 to 0.3.26 (#2144)
  * msvc: passthrough argument -Qpar- (#1834)
  * build(deps): bump rustls from 0.21.10 to 0.21.11 (#2151)
  * build(deps): bump serial_test from 2.0.0 to 3.1.0 (#2158)
  * Add required winapi features (#2160)

OBS-URL: https://build.opensuse.org/request/show/1177825
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=62
2024-05-31 03:50:55 +00:00

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">20240531-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>