SHA256
1
0
forked from pool/sccache
sccache/_service

30 lines
1.2 KiB
Plaintext
Raw Normal View History

<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> -->
Accepting request 1126504 from home:firstyear:branches:devel:languages:rust - Update to version 0.7.2~0: * Add experimental concurrent cache support * Fix some typos * prepare version 0.7.2 * Don't pass wd4668 to clang-cl * build(deps): bump zstd from 0.12.4 to 0.13.0 * build(deps): bump bytes from 1.4.0 to 1.5.0 * build(deps): bump base64 from 0.21.3 to 0.21.5 * build(deps): bump jobserver from 0.1.26 to 0.1.27 * build(deps): bump semver from 1.0.17 to 1.0.20 * Activate preprocessor cache mode by default * Fix input file times in end-to-end tests * Appease the TOML formatter * Parametrize relevant tests with preprocessor cache * Add dummy input file to all tests that call the preprocessor * Improve context for open error when opening the input file * Comment out the logging setup in the test harness * Fix location of the local daemon log in the test harness * Fail early if the local daemon doesn't start properly during tests * Fix off-by-one in line number replacement code * prepare version 0.7.1 * When fails to connect, show the error * build(deps): bump directories from 5.0.0 to 5.0.1 * build(deps): bump toml from 0.7.6 to 0.8.6 * build(deps): bump byteorder from 1.4.3 to 1.5.0 * add a pre-commit conf * build(deps): bump assert_cmd from 2.0.11 to 2.0.12 * build(deps): bump hyper from 0.14.25 to 0.14.27 * build(deps): bump blake3 from 1.3.3 to 1.5.0 * build(deps): bump filetime from 0.2.21 to 0.2.22 OBS-URL: https://build.opensuse.org/request/show/1126504 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=54
2023-11-15 02:31:12 +01:00
<param name="revision">20231115-suse-maint-v0.7.2</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>
Accepting request 1064753 from home:firstyear:branches:devel:languages:rust - Update to version 0.4.0-pre.7 * Force concurrent disk cache by default * Add experimental concurrent cache support * Ignore RPM env vars by default * deps: Cleanup superfluous dependency (#1602) * build(deps): bump cc from 1.0.78 to 1.0.79 (#1583) * build(deps): bump futures from 0.3.25 to 0.3.26 (#1587) * prepare version 0.4.0-pre.7 * feat: Bump OpenDAL and remove hyperx (#1591) * feat: Print sccache version for Server stats (#1580) * Support nvcc's `--threads` flag (#1571) * fix rustfmt * fix: clippy warnings * Support mvsvc flag external:anglebrackets * fix: Sccache dist tests broken after bump to tokio 1.21 and later * build(deps): bump which from 4.3.0 to 4.4.0 * build(deps): bump toml from 0.5.10 to 0.5.11 * build(deps): bump async-trait from 0.1.61 to 0.1.63 * preserve the backtrace in case of crashes * build(deps): bump nix from 0.26.1 to 0.26.2 * build(deps): bump serial_test from 0.10.0 to 1.0.0 * build(deps): bump assert_cmd from 2.0.7 to 2.0.8 * build(deps): bump wiremock from 0.5.16 to 0.5.17 * build(deps): bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2 * add a profile section * refactor: Migrate memcached to opendal based * prepare version 0.4.0-pre.6 * Remove the author flag Many thanks to Ted and Alex for starting this project Now, many more people are authors too and the ownership can be seen in github already. * build(deps): bump regex from 1.7.0 to 1.7.1 * Use eprintln instead of warn to avoid missing deprecated message OBS-URL: https://build.opensuse.org/request/show/1064753 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=31
2023-02-14 02:31:53 +01:00
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">sccache</param>
Accepting request 1064753 from home:firstyear:branches:devel:languages:rust - Update to version 0.4.0-pre.7 * Force concurrent disk cache by default * Add experimental concurrent cache support * Ignore RPM env vars by default * deps: Cleanup superfluous dependency (#1602) * build(deps): bump cc from 1.0.78 to 1.0.79 (#1583) * build(deps): bump futures from 0.3.25 to 0.3.26 (#1587) * prepare version 0.4.0-pre.7 * feat: Bump OpenDAL and remove hyperx (#1591) * feat: Print sccache version for Server stats (#1580) * Support nvcc's `--threads` flag (#1571) * fix rustfmt * fix: clippy warnings * Support mvsvc flag external:anglebrackets * fix: Sccache dist tests broken after bump to tokio 1.21 and later * build(deps): bump which from 4.3.0 to 4.4.0 * build(deps): bump toml from 0.5.10 to 0.5.11 * build(deps): bump async-trait from 0.1.61 to 0.1.63 * preserve the backtrace in case of crashes * build(deps): bump nix from 0.26.1 to 0.26.2 * build(deps): bump serial_test from 0.10.0 to 1.0.0 * build(deps): bump assert_cmd from 2.0.7 to 2.0.8 * build(deps): bump wiremock from 0.5.16 to 0.5.17 * build(deps): bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2 * add a profile section * refactor: Migrate memcached to opendal based * prepare version 0.4.0-pre.6 * Remove the author flag Many thanks to Ted and Alex for starting this project Now, many more people are authors too and the ownership can be seen in github already. * build(deps): bump regex from 1.7.0 to 1.7.1 * Use eprintln instead of warn to avoid missing deprecated message OBS-URL: https://build.opensuse.org/request/show/1064753 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=31
2023-02-14 02:31:53 +01:00
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">sccache</param>
</service>
</services>