forked from pool/sccache
Accepting request 1131227 from home:firstyear:branches:devel:languages:rust
- Update to version 0.7.4~3: * Add experimental concurrent cache support * Bump freebsd-vm action to v1.0.2 & use ubuntu (#1994) * build(deps): bump serde from 1.0.190 to 1.0.193 * Prepare version 0.7.4 * Activate direct mode when e.g. SCCACHE_DIR is set. * Remove some unnecessary clones * Only activate direct mode by default for local * Catch panics in the server and transmit them as errors to the client. * Remove uses of Lazy<Mutex<T>> * Add support for `--` on clang/clang-cl command-line * Fix test_parse_arguments_multiarch_cache_disabled * Fix some possible out-of-bound accesses in process_preprocesed_{file,line} * prepare version 0.7.3 * Revert "Activate preprocessor cache mode by default" OBS-URL: https://build.opensuse.org/request/show/1131227 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=56
This commit is contained in:
parent
b898108d9a
commit
60c3918b45
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<!-- <param name="revision">v0.3.0</param> -->
|
<!-- <param name="revision">v0.3.0</param> -->
|
||||||
<param name="revision">20231115-suse-maint-v0.7.2</param>
|
<param name="revision">20231205-suse-maint-v0.7.4</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||||
<param name="changesrevision">4db616b23b981daa81405d8d269918347a8fb344</param></service></servicedata>
|
<param name="changesrevision">13acee1c5c3b22a8e4d1122fd592330eb4baf31e</param></service></servicedata>
|
@ -1,9 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source."git+https://github.com/Firstyear/opensuse-proxy-cache.git"]
|
|
||||||
git = "https://github.com/Firstyear/opensuse-proxy-cache.git"
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f695f701dd1b79ee6f0e4fe27ff1404b1ef7c66356e8ac53806114db558b574
|
|
||||||
size 276091
|
|
3
sccache-0.7.4~3.tar.zst
Normal file
3
sccache-0.7.4~3.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7746a86afd1cd7ebd3c988374810792debf6398b9e46013476774c6d92dc38a2
|
||||||
|
size 277984
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 05 04:28:03 UTC 2023 - william.brown@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.7.4~3:
|
||||||
|
* Add experimental concurrent cache support
|
||||||
|
* Bump freebsd-vm action to v1.0.2 & use ubuntu (#1994)
|
||||||
|
* build(deps): bump serde from 1.0.190 to 1.0.193
|
||||||
|
* Prepare version 0.7.4
|
||||||
|
* Activate direct mode when e.g. SCCACHE_DIR is set.
|
||||||
|
* Remove some unnecessary clones
|
||||||
|
* Only activate direct mode by default for local
|
||||||
|
* Catch panics in the server and transmit them as errors to the client.
|
||||||
|
* Remove uses of Lazy<Mutex<T>>
|
||||||
|
* Add support for `--` on clang/clang-cl command-line
|
||||||
|
* Fix test_parse_arguments_multiarch_cache_disabled
|
||||||
|
* Fix some possible out-of-bound accesses in process_preprocesed_{file,line}
|
||||||
|
* prepare version 0.7.3
|
||||||
|
* Revert "Activate preprocessor cache mode by default"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 15 00:17:24 UTC 2023 - william.brown@suse.com
|
Wed Nov 15 00:17:24 UTC 2023 - william.brown@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define configdir %{_sysconfdir}/%{name}
|
%define configdir %{_sysconfdir}/%{name}
|
||||||
|
|
||||||
Name: sccache
|
Name: sccache
|
||||||
Version: 0.7.2~0
|
Version: 0.7.4~3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage
|
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
|
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
|
||||||
@ -27,7 +27,6 @@ Group: Development/Languages/Rust
|
|||||||
URL: https://github.com/mozilla/%{name}
|
URL: https://github.com/mozilla/%{name}
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source2: cargo_config
|
|
||||||
Source10: sccache-dist-builder.service
|
Source10: sccache-dist-builder.service
|
||||||
Source11: sccache-dist-scheduler.service
|
Source11: sccache-dist-scheduler.service
|
||||||
Source12: builder.conf
|
Source12: builder.conf
|
||||||
@ -47,8 +46,6 @@ the Google Cloud Storage (GCS) API.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%setup -qa1
|
%setup -qa1
|
||||||
|
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
# Remove exec bits to prevent an issue in fedora shebang checking
|
# Remove exec bits to prevent an issue in fedora shebang checking
|
||||||
find vendor -type f -name \*.rs -exec chmod -x '{}' \;
|
find vendor -type f -name \*.rs -exec chmod -x '{}' \;
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0cb6e169e40560e2ab6d67ca22da43fa19938bddf9f75e425e35738d86ff76b8
|
oid sha256:1c692140943c5c8496e723cdd66ee3ef77d88cfa4f84eb97b2aea4a838685f24
|
||||||
size 40605661
|
size 44047203
|
||||||
|
Loading…
Reference in New Issue
Block a user