sccache/_service
William Brown 258cafc60c Accepting request 1088752 from home:firstyear:branches:devel:languages:rust
- Update to version 0.4.2~17:
  * Add experimental concurrent cache support
  * Exit when increment_compilation is enabled. (#1767)
  * version 0.5.0
  * fix grammar in GHA.md (#1765)
  * build(deps): bump uuid from 1.3.0 to 1.3.1
  * docs(gcs): mention external accounts
  * chore: bump `opendal` to `0.34.0`
  * Use Infallible instead of void (#1761)
  * Remove parity-tokio-ipc (#1759)
  * Replace lazy_static with once_cell (#1758)
  * Run fmt on compiler.rs
  * Add comments explaining why we need this change.
  * Fix clippy latest issues found by CI
  * Fix build issues found by CI with other compiler versions
  * Fix clippy issues found by CI
  * nvcc: Handle compiler detection when gcc isn't on the path

- Update vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1088752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=43
2023-05-24 03:43:06 +00:00

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">20230524-suse-maint-v0.5.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>