SHA256
1
0
forked from pool/sccache
Commit Graph

78 Commits

Author SHA256 Message Date
Ana Guerrero
ff3cb7653a Accepting request 1200214 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1200214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=41
2024-09-12 14:56:51 +00:00
William Brown
280b72c6f4 - explicitly depend on cargo to pull in latest compiler revision
- Update to version 0.8.1~31:
  * Add experimental concurrent cache support
  * build(deps): bump quinn-proto from 0.11.3 to 0.11.8 (#2254)
  * build(deps): bump which from 6.0.0 to 6.0.3 (#2252)
  * Disable "warnings as errors" flag for CL preprocessing (#2251)
  * Add windows arm64 to the CI (#2243)
  * build(deps): bump log from 0.4.20 to 0.4.22 (#2218)
  * feat: Bump opendal to 0.48.0 (#2240)
  * deps: update winapi-util (#2236)
  * refactor: use windows-sys instead of winapi (#2233)
  * build(deps): bump vmactions/freebsd-vm from 1.0.7 to 1.0.8 (#2219)
  * Add cache hit percentage to stats (#2211)
  * Add custom zstd compression level (#2199)
  * Remove the heapsize feature
  * Add lost feature status
  * Update OpenDAL for fixing #2220
  * build(deps): bump reqwest from 0.12.4 to 0.12.5 (#2215)
  * build(deps): bump uuid from 1.7.0 to 1.9.0 (#2213)
  * Update CI version of macOS
  * build(deps): bump zstd from 0.13.0 to 0.13.1
  * build(deps): bump async-trait from 0.1.77 to 0.1.80
  * build(deps): bump anyhow from 1.0.81 to 1.0.86
  * Format toml
  * refactor: Bump OpenDAL to 0.47
  * Remove ref_env
  * Fix clippy
  * Fix clippy
  * refactor: Bump MSRV to 1.75 for async in trait
  * Log when preprocessor cache cannot be used (#2197)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=66
2024-09-12 00:41:32 +00:00
Dominique Leuenberger
d8f96dace3 Accepting request 1198619 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1198619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=40
2024-09-04 11:27:13 +00:00
William Brown
cb4a3f14d8 - bsc#1229955 - RUSTSEC-2024-0006 - rust-shlex: Multiple issues involving quote API
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=64
2024-09-04 04:51:59 +00:00
Ana Guerrero
fb25d60070 Accepting request 1177827 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1177827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=39
2024-06-03 15:40:44 +00:00
William Brown
9e1d0f7658 Accepting request 1177825 from home:firstyear:branches:devel:languages:rust
- Update to version 0.8.1~2:
  * Add experimental concurrent cache support
  * deps: bump libc from 0.2.153 to 0.2.155 (#2188)
  * sccache: prepare new release (#2179)
  * build(deps): bump bytes from 1.5.0 to 1.6.0 (#2176)
  * build(deps): bump encoding_rs from 0.8.33 to 0.8.34 (#2178)
  * build(deps): bump semver from 1.0.22 to 1.0.23 (#2177)
  * build(deps): bump tempfile from 3.9.0 to 3.10.1 (#2175)
  * build(deps): bump time from 0.3.31 to 0.3.36 (#2184)
  * Make preprocessor cache methods async (#2182)
  * Make recent versions of clippy happy (#2181)
  * Allow SCCACHE_CACHE_SIZE values without a unit (#2183)
  * Disable preprocessor cache when doing distributed compilation (#2173)
  * build(deps): bump jobserver from 0.1.28 to 0.1.31 (#2166)
  * build(deps): bump tokio from 1.35.1 to 1.37.0 (#2165)
  * build(deps): bump http-body-util from 0.1.0 to 0.1.1 (#2167)
  * build(deps): bump serde from 1.0.199 to 1.0.201 (#2171)
  * build(deps): bump serde from 1.0.195 to 1.0.199 (#2162)
  * build(deps): bump semver from 1.0.21 to 1.0.22 (#2109)
  * build(deps): bump nix from 0.27.1 to 0.28.0 (#2108)
  * build(deps): bump mio from 0.8.10 to 0.8.11 (#2128)
  * build(deps): bump h2 from 0.3.24 to 0.3.26 (#2144)
  * msvc: passthrough argument -Qpar- (#1834)
  * build(deps): bump rustls from 0.21.10 to 0.21.11 (#2151)
  * build(deps): bump serial_test from 2.0.0 to 3.1.0 (#2158)
  * Add required winapi features (#2160)

OBS-URL: https://build.opensuse.org/request/show/1177825
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=62
2024-05-31 03:50:55 +00:00
Ana Guerrero
b0ec06e8fb Accepting request 1173810 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1173810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=38
2024-05-14 11:38:10 +00:00
William Brown
0702c58959 Accepting request 1169784 from home:firstyear:branches:devel:languages:rust
- bsc#1223238 - CVE-2024-32650 - Infinite loop in
    rustls::conn::ConnectionCommon:complete_io()
- Update to version 0.8.0~3
  * Add experimental concurrent cache support
  * README: Remove duplicated info about openssl vendoring (#2157)
  * Fix the README working (Closes: #2154) (#2156)
  * prepare version 0.8.0 (#2153)
  * build(deps): bump vmactions/freebsd-vm from 1.0.6 to 1.0.7 (#2147)
  * Set User Agent Header for S3 Requests (#2137)
  * build(deps): bump anyhow from 1.0.79 to 1.0.81 (#2135)
  * Include server_startup_timeout_ms in config docs (#2134)
  * build(deps): bump walkdir from 2.4.0 to 2.5.0 (#2127)
  * package cargo.toml (#2124)
  * feat: initial support for Clang HIP (#2045)
  * fix a typo
  * build(deps): bump openssl from 0.10.62 to 0.10.64 (#2106)
  * build(deps): bump serde_json from 1.0.111 to 1.0.114 (#2112)
  * feat: Add Memcached authentication (#2117)
  * chore: use what we really need from `opendal` (#2118)
  * build(deps): Upgrade OpenDAL to the latest version (#2114)
  * feat: Rewrite Redis environment variables API (#2116)
  * Remove unused code warnings from Windows build (#2119)
  * Fix AArch64 build with musl (#2120)
  * feat: Add support to Redis cluster mode (#2113)
  * build(deps): bump codecov/codecov-action from 3 to 4 (#2078)
  * rustc driver detection - includes #1897 (#2085)
  * Disable tests when the feature is disabled
  * allow the compilation of sccache without any features (only local build)
  * build(deps): bump base64 from 0.21.6 to 0.21.7
  * build(deps): bump assert_cmd from 2.0.12 to 2.0.13

OBS-URL: https://build.opensuse.org/request/show/1169784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=60
2024-05-14 01:54:16 +00:00
Ana Guerrero
be3ac04288 Accepting request 1144779 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1144779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=37
2024-02-07 17:50:26 +00:00
William Brown
c0924d4c7e Accepting request 1140754 from home:firstyear:branches:devel:languages:rust
- Update to version 0.7.5~9:
  * Add experimental concurrent cache support
  * feat(cache/oss): add support for oss (#2046)
  * Improve of the description
  * fix(src/compiler/c): take common_args into account during preprocessor hashing (#2039)
  * Add support for symlinks in toolchains. (#2030)
  * Fix docs on integrating sccache with MSVC when cmake >= 3.25 (#2031)
  * refactor: Remove all dependences on ring 0.16 (#2036)
  * feat(redis): add support for ttl, fix #1666 (#2027)
  * Prepare version 0.7.5
  * fix(src/compiler/msvc): add a new encode/decode test ...
  * fix(src/compiler/msvc): use pre-encoded UTF-16 data ...
  * chore(src/compiler/msvc): replace rust-encoding with encoding-rs ...
  * build(deps): bump serde from 1.0.194 to 1.0.195 (#2017)
  * build(deps): bump libc from 0.2.151 to 0.2.152 (#2019)
  * build(deps): bump base64 from 0.21.5 to 0.21.6 (#2016)
  * build(deps): bump opendal from 0.44.0 to 0.44.1 (#2014)
  * feat(snap): add sccache-dist binary to the Snap
  * chore(snap): adapt the configurations to Snapcraft 8.0
  * build(deps): bump actions/github-script from 6 to 7
  * build(deps): bump actions/download-artifact from 3 to 4
  * build(deps): bump actions/upload-artifact from 3 to 4
  * chore(cargo): update dependencies to compatible versions (#2009)
  * build(deps): bump tar from 0.4.38 to 0.4.40
  * build(deps): bump test-case from 3.2.1 to 3.3.1
  * Clone repo in ci
  * Fix typo
  * Add ci feature check
  * Expand cfg for operator storage impl
  * Add i686 and fix armv7

OBS-URL: https://build.opensuse.org/request/show/1140754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=58
2024-02-07 06:07:46 +00:00
Ana Guerrero
074bb0222d Accepting request 1131229 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1131229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=36
2023-12-06 22:48:25 +00:00
William Brown
60c3918b45 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
2023-12-05 23:53:46 +00:00
Ana Guerrero
ca2fa0edd7 Accepting request 1126505 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1126505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=35
2023-11-15 20:08:53 +00:00
William Brown
b898108d9a 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 01:31:12 +00:00
Ana Guerrero
8afa4fd059 Accepting request 1112915 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1112915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=34
2023-09-22 19:49:29 +00:00
William Brown
e090002997 Accepting request 1112914 from home:firstyear:branches:devel:languages:rust
- Update to version 0.5.4~2:
  * sccache fails to build on non x86_64/aarch64 arches

OBS-URL: https://build.opensuse.org/request/show/1112914
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=52
2023-09-22 03:37:22 +00:00
Ana Guerrero
1e9a6fb444 Accepting request 1104257 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1104257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=33
2023-08-17 17:44:09 +00:00
William Brown
62357292aa Accepting request 1104256 from home:firstyear:branches:devel:languages:rust
- Update to use openssl 3

OBS-URL: https://build.opensuse.org/request/show/1104256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=50
2023-08-16 23:05:27 +00:00
Dominique Leuenberger
0347487c40 Accepting request 1095709 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1095709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=32
2023-06-29 15:27:52 +00:00
William Brown
b657120f6a Accepting request 1095701 from home:firstyear:branches:devel:languages:rust
- Update to version 0.5.4~1:
  * Add experimental concurrent cache support
  * Fix the version detection in the release script
  * build(deps): bump filetime from 0.2.20 to 0.2.21
  * build(deps): bump openssl from 0.10.49 to 0.10.55
  * cargo fmt
  * Fix cache read timing
  * prepare a new upstream release
  * build(deps): bump is-terminal from 0.4.5 to 0.4.7
  * build(deps): bump predicates from 3.0.2 to 3.0.3
  * build(deps): bump uuid from 1.3.1 to 1.3.3
  * Fix failing lint CI
  * Refactor out duplicated code
  * Add PCH tests
  * Properly implement PCH
  * Blacklist C++ PCHs
  * build(deps): bump log from 0.4.17 to 0.4.19
  * build(deps): bump chrono from 0.4.24 to 0.4.26
  * Revert "fix: wrong SCCACHE_S3_USE_SSL value parse (#1804)" (#1805)
  * fix: wrong SCCACHE_S3_USE_SSL value parse (#1804)
  * fix: Don't call EC2 Metadata and allow anonymouse if no cred (#1800)
  * feat: Bump OpenDAL to 0.37.0
  * Avoid new actions
  * Add workflow to prevent regress
  * chore: Make sure Cargo.toml is formatted

OBS-URL: https://build.opensuse.org/request/show/1095701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=48
2023-06-28 05:29:47 +00:00
Dominique Leuenberger
34a5f23101 Accepting request 1091004 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1091004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=31
2023-06-06 17:56:06 +00:00
William Brown
f9d0b7f2cc Accepting request 1090999 from home:firstyear:branches:devel:languages:rust
- Update to version 0.5.3~2:
  * Add experimental concurrent cache support
  * build(deps): bump tokio from 1.28.0 to 1.28.2
  * version 0.5.3
  * Update Cargo.toml
  * Try revert opendal
  * version 0.5.2

OBS-URL: https://build.opensuse.org/request/show/1090999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=46
2023-06-06 04:21:24 +00:00
William Brown
91f2490e61 Accepting request 1090598 from home:firstyear:branches:devel:languages:rust
- Update to version 0.5.1~14:
  * Add experimental concurrent cache support
  * build(deps): bump openssl from 0.10.48 to 0.10.49
  * README: Add --locked to the cargo install
  * build(deps): bump serde from 1.0.155 to 1.0.159
  * build(deps): bump walkdir from 2.3.2 to 2.3.3
  * Disable C4668 during preprocessing for MSVC
  * Add integration test for MSVC preprocessing bug
  * Ignore C4668 when preprocessing MSVC
  * build(deps): bump hyper from 0.14.24 to 0.14.25
  * build(deps): bump flate2 from 1.0.25 to 1.0.26
  * Update ci.yml
  * Attempt to fix arm64 builds
  * Support for Type Library Headers for MSVC
  * Produce JSON depsfiles from MSVC
  * Disable aarch64 build as the ubuntu repo is failing
  * version 0.5.1
  * deps: Bump OpenDAL and reqsign (#1779)
  * fmt and clippy fixes
  * Opt in rather than opt out
  * Added env var to disable multi arch caching
  * Use object for parsing archives, and handle macOS fat archives
  * feat: Enable backtrace for anyhow (#1774)

OBS-URL: https://build.opensuse.org/request/show/1090598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=45
2023-06-06 00:38:24 +00:00
Dominique Leuenberger
08465c0aea Accepting request 1088754 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1088754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=30
2023-05-24 18:22:51 +00:00
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
Dominique Leuenberger
5b4058eb02 Accepting request 1083369 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1083369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=29
2023-04-28 14:23:38 +00:00
William Brown
08e5fd372b Accepting request 1083368 from home:firstyear:branches:devel:languages:rust
- Update to version 0.4.2~2:
  * Add experimental concurrent cache support
  * nvcc: Correctly handle -ccbin argument given a directory
  * version 0.4.2
  * Improve the doc a bit
  * Add support for -Xclang -fno-pch-timestamp
  * Update to directories 5.0.0 and opendal 0.30.5 (#1716)
  * Make `SCCACHE_S3_NO_CREDENTIALS` require a value of `true` (#1724)
  * Add test for depfile flags for MSVC
  * Tests for /Fp and /Yc with MSVC
  * Add parsing for flags: Zm, Yc, sourceDependencies
  * fix: rust coverage test meets compile error for missing debuginfo (#1740)
  * Bump msrv to 1.65.0 (#1743)
  * use authentication in webdav test
  * Support authentication in WebDAV storage (#1608)
  * Update `Cargo.lock`
  * Disable trust-dns-resolver/dns-over-quic due to build failure on freeBSD
  * Update `Cargo.lock`
  * Use rustls for tls & trust-dns-resolver for dns resolution
  * build(deps): bump once_cell from 1.17.0 to 1.17.1
  * build(deps): bump async-trait from 0.1.66 to 0.1.68
  * snap: allow classic in snap review
  * snap: only do amd64
  * snap: fix description
  * snap: refer to why some arches are broken
  * snap: drop the daemon
  * ci: add snap workflows
  * snap: refresh snap for `base: core22`
  * build(deps): bump h2 from 0.3.15 to 0.3.17
  * Add test for response file with CR instead of CRLF

OBS-URL: https://build.opensuse.org/request/show/1083368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=41
2023-04-28 01:17:17 +00:00
Dominique Leuenberger
5950fd7d53 Accepting request 1079320 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1079320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=28
2023-04-14 11:13:38 +00:00
William Brown
a49e108b4d Accepting request 1079314 from home:firstyear:branches:devel:languages:rust
- bsc#1210346 - CVE-2023-26964 - hyper,h2: stream stacking when H2 processing HTTP2 RST_STREAM frames

OBS-URL: https://build.opensuse.org/request/show/1079314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=39
2023-04-14 01:05:07 +00:00
Dominique Leuenberger
9163cf8604 Accepting request 1078319 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1078319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=27
2023-04-11 11:51:04 +00:00
William Brown
59cb331cd8 Accepting request 1078316 from home:firstyear:branches:devel:languages:rust
- Update to version 0.4.1~18:
  * Add experimental concurrent cache support
  * build(deps): bump chrono from 0.4.23 to 0.4.24
  * build(deps): bump serial_test from 1.0.0 to 2.0.0
  * Describe the default conf file locations in docs/Configuration.md
  * Remove unnecessary import
  * Use scoped thread provided by standard library (#1703)
  * Refactor import style (#1701)
  * Update rust-version in manifest to 1.64 (#1702)
  * Replace atty with is-terminal (#1699)
  * build(deps): bump clap from 4.0.32 to 4.1.11 (#1698)
  * Remove Redis TTL (#1696)
  * build(deps): bump assert_cmd from 2.0.8 to 2.0.10 (#1669)
  * build(deps): bump reqsign from 0.8.3 to 0.8.5 (#1692)
  * build(deps): bump reqwest from 0.11.15 to 0.11.16 (#1691)
  * build(deps): bump crossbeam-utils from 0.8.14 to 0.8.15 (#1693)
  * build(deps): bump toml from 0.7.2 to 0.7.3 (#1695)
  * build(deps): bump predicates from 2.1.5 to 3.0.2 (#1694)
  * build(deps): bump regex from 1.7.1 to 1.7.3 (#1690)
  * version 0.4.1
  * Revert "Support running dist compilations in unprivileged scenarios (#128)"
  * Revert "amend to sccache"
  * Revert "remove remainder cachepot and replace by sccache"
  * Revert "migrate to ubuntu 22.04 for newly added ci check"
  * build(deps): bump reqwest from 0.11.14 to 0.11.15
  * build(deps): bump openssl from 0.10.45 to 0.10.48
  * chore: Add more debug log for gcs to help us diagnose
  * Add tests to verify that we work with cmake & autotools (#1678)
  * Try to test c++ support with both clang & gcc
  * remove trailing whitespaces

OBS-URL: https://build.opensuse.org/request/show/1078316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=37
2023-04-11 05:27:32 +00:00
Dominique Leuenberger
4131e2218b Accepting request 1073672 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1073672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=26
2023-03-22 21:30:53 +00:00
William Brown
4e285784c8 Accepting request 1073671 from home:firstyear:branches:devel:languages:rust
- 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
2023-03-22 05:10:42 +00:00
Dominique Leuenberger
9bafe4e4f9 Accepting request 1067283 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1067283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=25
2023-02-23 15:29:26 +00:00
William Brown
ccc86ab017 Accepting request 1067278 from home:firstyear:branches:devel:languages:rust
- bsc#1208553 - CVE-2022-31394 - header list size may allow denial of service

OBS-URL: https://build.opensuse.org/request/show/1067278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=33
2023-02-23 01:17:05 +00:00
Dominique Leuenberger
b831dd3a22 Accepting request 1065625 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1065625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=24
2023-02-14 15:47:26 +00:00
William Brown
30292d143a 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 01:31:53 +00:00
Dominique Leuenberger
f14bb442f9 Accepting request 1043675 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1043675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=23
2022-12-19 13:08:05 +00:00
William Brown
4d38a5d324 Accepting request 1042520 from home:firstyear:branches:devel:languages:rust
- Update to version 0.3.3~20:
  * Fix azure deps
  * Force concurrent disk cache by default
  * Add experimental concurrent cache support
  * Ignore RPM env vars by default
  * Relax the assert_cmd dep - Closes: #1465 (#1466)
  * Update src/config.rs
  * Update src/config.rs
  * Fix typo
  * feat: Migrate azure to opendal based
  * Implement storage upon opendal Operator
  * Fix some typos
  * docs: move local into its own files
  * docs: move gha into its own files
  * docs: move azure into its own files
  * docs: move gcs into its own files
  * docs: move memcached into its own files
  * docs: move redis into its own files
  * docs: move s3 into its own files
  * docs: Enrich docs for s3 services
  * refactor: Integrate with opendal for s3 (#1412)
  * Disable the aarch64-unknown-linux-musl task for now Closes: #1458
  * update of the version
  * Remove bash dependency in test scripts
  * enable gha actions storage for the default feature set
  * Bump assert_cmd from 2.0.6 to 2.0.7
  * Bump env_logger from 0.9.3 to 0.10.0
  * Bump nix from 0.25.0 to 0.26.1
  * Bump serde from 1.0.148 to 1.0.149
  * Bump libc from 0.2.137 to 0.2.138

OBS-URL: https://build.opensuse.org/request/show/1042520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=29
2022-12-19 00:58:07 +00:00
Dominique Leuenberger
bf06d71045 Accepting request 1039422 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1039422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=22
2022-12-02 12:13:20 +00:00
William Brown
7d9ccf1014 Accepting request 1035549 from home:firstyear:branches:devel:languages:rust
- Update to version 0.3.1~3:
  * Force concurrent disk cache by default
  * Add experimental concurrent cache support
  * Ignore RPM env vars by default
  * Revert "test: add a test for bc"
  * Revert "add .bc as C++ extension"
  * with gcs: document the process
  * test: add a test for bc
  * test: add the support for extra args
  * Install gcc & clang for the test_sccache_command test
  * add .bc as C++ extension See: https://github.com/llvm/llvm-project/issues/58518#issuecomment-1312181006

OBS-URL: https://build.opensuse.org/request/show/1035549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=27
2022-12-01 23:22:20 +00:00
Dominique Leuenberger
f0c12ffc49 Accepting request 1005978 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1005978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=21
2022-09-26 16:48:11 +00:00
William Brown
8d377add4a Accepting request 1005959 from home:firstyear:branches:devel:languages:rust
- Update to version 0.3.0~git5.14a4b8b:
  - improve disk cache performance
- Update of vendored dependencies
- bsc#1196972 - CVE-2022-24713 - Regex denial of service
- bsc#1194119 - CVE-2021-45710 - tokio data race with memory corruption

OBS-URL: https://build.opensuse.org/request/show/1005959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=25
2022-09-26 06:03:40 +00:00
Dominique Leuenberger
60f4fcabac Accepting request 986517 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/986517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=20
2022-07-04 09:32:55 +00:00
William Brown
de0d5e1d87 Accepting request 983800 from home:firstyear:branches:devel:languages:rust
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/983800
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=23
2022-07-04 00:46:26 +00:00
Dominique Leuenberger
ec5102ed9a Accepting request 980015 from devel:languages:rust
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/980015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=19
2022-05-31 13:47:40 +00:00
William Brown
e07ef2117d Accepting request 978836 from home:firstyear:branches:devel:languages:rust
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/978836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=21
2022-05-25 01:01:28 +00:00
Dominique Leuenberger
6257ae5399 Accepting request 975017 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/975017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=18
2022-05-05 21:06:44 +00:00
William Brown
a52495ec9c Accepting request 975016 from home:firstyear:branches:devel:languages:rust
- Update to version 0.3.0~git0.f6e36e6:
  * (cargo-release) version 0.3.0
  * Rewrite dist client interface to uniformly use async (#1166)
  * Use clang -fminimize-whitespace to increase cache hits. (#1162)
  * Replace usages of blocking `reqwest` to be async instead (#1164)
  * Verify if a compile input is pure rlib or mixed rlib+staticlib before trimming (#1159)
  * Handle new 'rustc -Z ls' output lines (#1157)
  * Mark -std and -pedantic as pass-through flags for MSVC (#1151)
  * Ignore lockfiles of test crates used in the integration tests (#1149)
  * nvcc: support -ccbin / --compiler-bindir (#1147)
  * Revert "Automatically remove "awaiting response" label on-comment (#1129)" (#1142)

OBS-URL: https://build.opensuse.org/request/show/975016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=19
2022-05-05 00:49:29 +00:00
William Brown
fbc626a33c Accepting request 971942 from home:firstyear:branches:devel:languages:rust
- Change sources to zst compression

OBS-URL: https://build.opensuse.org/request/show/971942
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=18
2022-04-22 01:34:23 +00:00