forked from pool/sccache
4e285784c8
- Update to version 0.4.0~7: * Add experimental concurrent cache support * build(deps): bump mime from 0.3.16 to 0.3.17 * build(deps): bump futures from 0.3.26 to 0.3.27 * build(deps): bump tokio from 1.25.0 to 1.26.0 * add codecov.yml and set threshold to 0.2%, prevent coverage getting worse * Bump MSRV to 1.64 * update of the description * Version 0.4.0 * build(deps): bump anyhow from 1.0.68 to 1.0.70 * build(deps): bump tempfile from 3.3.0 to 3.4.0 * build(deps): bump libc from 0.2.139 to 0.2.140 * build(deps): bump serde from 1.0.152 to 1.0.155 * version v0.4.0-pre.11 * Link to the github action * always ignore a set of variables * migrate to ubuntu 22.04 for newly added ci check * remove remainder cachepot and replace by sccache * amend to sccache * Support running dist compilations in unprivileged scenarios (#128) * Support emit pch header * Add doc for feature vendored-openssl in README.md * Add doc for feature vendored-openssl * Update Cargo.lock * Add new feature `vendored-openssl` * Fixed ToC and added back Storage Options section * version v0.4.0-pre.10 * Add msvc response file integration test * Update MSVC compiler flags * Implement Response File support in MSVC OBS-URL: https://build.opensuse.org/request/show/1073671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=35
30 lines
1.2 KiB
Plaintext
30 lines
1.2 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">20230322-suse-maint-v0.4.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>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">sccache</param>
|
|
</service>
|
|
</services>
|