SHA256
1
0
forked from pool/sccache

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
This commit is contained in:
William Brown 2023-02-14 01:31:53 +00:00 committed by Git OBS Bridge
parent 4d38a5d324
commit 30292d143a
8 changed files with 114 additions and 14 deletions

View File

@ -5,7 +5,7 @@
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<!-- <param name="revision">v0.3.0</param> -->
<param name="revision">20221213-suse-maint-v0.3.3</param>
<param name="revision">20230213-suse-maint-v0.4.0-pre.7</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@ -16,11 +16,11 @@
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">sccache</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Firstyear/sccache.git</param>
<param name="changesrevision">7ab9a92d6b6a37322d0f4b64667690f014910ace</param></service></servicedata>
<param name="changesrevision">ef779e28d7042fb914383f9d5f48bafe2e7d5f76</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb77fbdd9a16a5c699f2b1c334f4b5cdd4d720d67ef9dd9c2f207ae38bc0ef33
size 217264

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a505810fd7336a1ccce6fae5fd07342e78bc7686bdd5479740f16e417a7d7931
size 1546240

View File

@ -1,3 +1,103 @@
-------------------------------------------------------------------
Mon Feb 13 03:58:07 UTC 2023 - william.brown@suse.com
- 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
* feat: Allow sccache keep running after hitting rate limit during check (#1557)
* feat: Introduce the default gha version (#1550)
* Add documentation for Cloudflare R2 usage. (#1549)
* Fix remaining freebsd-ci problems (#1556)
* feat: Take the whole rustc version into hash calculation (#1553)
* Add support for clang '-fuse-ctor-homing' flag
* refactor: Do read check first instead
* build(deps): bump async-trait from 0.1.60 to 0.1.61
* build(deps): bump clap from 4.0.29 to 4.0.32
* Fix freebsd CI build (#1531)
* prepare version 0.4.0-pre.5
* refactor: Migrate gha cache to opendal based (#1528)
* fix: handle -Xclang args when invoking clang/clang++ on windows cmake (#1500)
* Remove the write
* The "cache read miss" is now the compiler step. Make it more explicit
* Rename the variable for something more explicit
* prepare version 0.4.0-pre.4
* build(deps): bump once_cell from 1.16.0 to 1.17.0
* build(deps): bump num_cpus from 1.14.0 to 1.15.0
* Make sure s3 check not passed
* feat: Implement cache storage check
* build(deps): bump predicates from 2.1.4 to 2.1.5
* build(deps): bump wiremock from 0.5.15 to 0.5.16
* fix(test): gcs check will fail if default features not enabled
* Accept /fsanitize=address as a passthrough option for MSVC (#1518)
* prepare version 0.4.0-pre.3
* feat: Exit while cache is not configured correctly (#1515)
* ci: Add integration tests for azblob (#1514)
* ci: Add integration tests for s3 (#1513)
* feat: Migrate redis to opendal based
* ci: Refactor integration tests to make space for more services support (#1511)
* ci: Add integration test for redis (#1510)
* Bump async-trait from 0.1.59 to 0.1.60
* Bump serde from 1.0.150 to 1.0.152
* Bump futures-locks from 0.7.0 to 0.7.1
* Bump cc from 1.0.77 to 1.0.78
* Bump openssl from 0.10.44 to 0.10.45
* Bump libc from 0.2.138 to 0.2.139
* update of the version
* feat: Enable logging for opendal operations
* Re-enable `aarch64-unknown-linux-musl`
* Fix duration attributed to cache writes in the log
* feat: Add SCCACHE_GCS_CREDENTIALS_URL feature back for gcs
* Bump serde_json from 1.0.89 to 1.0.91
* Bump semver from 1.0.14 to 1.0.16
* Bump anyhow from 1.0.66 to 1.0.68
* Bump serial_test from 0.9.0 to 0.10.0
* Bump toml from 0.5.9 to 0.5.10
* Bump predicates from 2.1.2 to 2.1.4
* Remove "Storage options" anchor link
* github action: reverse the check
* refresh cargo.lock
* Fix the version
* bump of the version
* add version check
* reorder the github config to have release last
* Support FreeBSD as sccache-dist server (#1184)
* Feature/847 allow caching multi arch builds (#1467)
* deps: Bump base64 to 0.20 (#1477)
* deps: move to clap 4 (#1476)
* Bump zstd from 0.12.0+zstd.1.5.2 to 0.12.1+zstd.1.5.2
* Bump openssl from 0.10.43 to 0.10.44
* refactor: Migrate gcs cache to opendal based (#1474)
* Bump jsonwebtoken from 8.1.1 to 8.2.0
* Bump serde from 1.0.149 to 1.0.150
* Bump filetime from 0.2.18 to 0.2.19
-------------------------------------------------------------------
Mon Dec 12 23:24:45 UTC 2022 - william.brown@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package sccache
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,14 +19,14 @@
%define configdir %{_sysconfdir}/%{name}
Name: sccache
Version: 0.3.3~20
Version: 0.4.0pre.7~0
Release: 0
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR CC0-1.0) AND ((Apache-2.0 AND BSD-2-Clause) OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT
Group: Development/Languages/Rust
URL: https://github.com/mozilla/%{name}
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
Source2: cargo_config
Source10: sccache-dist-builder.service
Source11: sccache-dist-scheduler.service

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e82f0a22138ea850b9de507eddf876805ac6924abed6043286503840409d1cd7
size 32341828

3
vendor.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e858aadea1128efcd8acc227a9d818662c8cce656399482401e3c0df2e2f5ce
size 36068518