Граф коммитов

1892 Коммитов

Автор SHA1 Сообщение Дата
Kitsu 13663f510b
Note allowed --emit metadata in rust doc (#2075) 2024-02-02 21:17:05 +08:00
Sylvestre Ledru 69be5321d2
github action: run on native m1 (#2068)
* github action: run on native m1
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

* try to disable some path
2024-01-31 10:08:39 +01:00
dependabot[bot] c66d4fc9ab
build(deps): bump h2 from 0.3.22 to 0.3.24 (#2047)
---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-26 22:54:30 +01:00
dependabot[bot] 0955e1a9ee
build(deps): bump predicates from 3.0.3 to 3.1.0 (#2052)
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.3 to 3.1.0.
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: predicates
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-26 15:31:21 +01:00
Jonah Uellenberg 742d12650d
Implement read-only local cache (#2048) 2024-01-26 09:50:58 +01:00
liushuyu d2a89d77b6 feat(tree-wide): migrate to Hyper 1.x 2024-01-26 09:28:09 +01:00
Jonathan Dygert dc994e8bc4
Update OpenDAL to 0.44.2 (#2060) 2024-01-26 00:30:30 +08:00
Mike Hommey abbd88ed9e Avoid spawning a new server for --show-stats
Fixes #2042
2024-01-25 13:56:40 +01:00
Mike Hommey dedab5d5b3 Always fill disk cache max size accurately 2024-01-25 13:56:40 +01:00
Ari Lotter 22f5a0a057
add default ttl of 0 to fix breaking change (#2058) 2024-01-23 19:08:05 +01:00
dependabot[bot] 19c55bd52e
build(deps): bump clap from 4.3.24 to 4.4.18 (#2050)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.24 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.24...v4.4.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 10:00:26 +01:00
Mike Hommey ec7e87f69b
Make --zero-stats just show a message that it's done its job (#2055)
It's been displaying empty stats, which is useless. Let's make it do the
same as the equivalent option in ccache. One can call --show-stats
before --zero-stats if they want useful stats (which they had to already
if they needed stats).

Fixes #2053
2024-01-23 10:00:08 +01:00
Xuanwo 7640978520
ci: Bump MSRV to 1.70.0 (#2054)
Signed-off-by: Xuanwo <github@xuanwo.io>
2024-01-23 09:12:29 +01:00
Chojan Shang 4d8125735b
feat(cache/oss): add support for oss (#2046)
* feat(cache/oss): add support for oss

Signed-off-by: Chojan Shang <psiace@apache.org>
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-01-22 14:30:16 +01:00
Sylvestre Ledru 8ae5cd538d Improve of the description 2024-01-22 12:10:37 +01:00
Sylvestre Ledru 381ee1c739 Prepare version 0.7.6 2024-01-22 12:10:37 +01:00
Gavin Zhao 8d3cd35412
fix(src/compiler/c): take common_args into account during preprocessor hashing (#2039)
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-01-18 20:22:35 +08:00
Alex Franchuk 13b018f916
Add support for symlinks in toolchains. (#2030)
Closes #2028.
2024-01-17 08:22:11 +01:00
John Byrd 40866af2b3
Fix docs on integrating sccache with MSVC when cmake >= 3.25 (#2031)
* Correct information about integrating sccache with MSVC on versions of cmake greater than 3.25.

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-01-16 23:02:14 +01:00
Xuanwo 0ef1a54028
refactor: Remove all dependences on ring 0.16 (#2036)
* refactor: Remove all dependences on ring 0.16

Signed-off-by: Xuanwo <github@xuanwo.io>
2024-01-16 09:27:26 +01:00
Sudhakar Verma 9d1696b408
feat(redis): add support for ttl, fix #1666 (#2027)
* feat(redis): add support for ttl

* chore(redis): rustfmt

* chore(redis): fix doc

* chore(redis): fix keys to cache
2024-01-12 21:29:40 +01:00
Sylvestre Ledru 11703e09ab Prepare version 0.7.5 2024-01-10 18:59:01 +01:00
liushuyu 9863a9957e fix(src/compiler/msvc): add a new encode/decode test ...
... for Windows 1252 code page. This tests an undefined symbol in
ISO-8859-1 (but is defined in Windows-1252 and ISO-8859-15)
2024-01-10 18:37:33 +01:00
liushuyu b66bdedda7 fix(src/compiler/msvc): use pre-encoded UTF-16 data ...
... for `test_responsefile_encoding_utf16le` since encoding_rs does not
have a real UTF-16LE encoder
2024-01-10 18:37:33 +01:00
liushuyu 556303635a chore(src/compiler/msvc): replace rust-encoding with encoding-rs ...
... since former is unmaintained
2024-01-10 18:37:33 +01:00
dependabot[bot] b260af4802
build(deps): bump serde from 1.0.194 to 1.0.195 (#2017)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.194 to 1.0.195.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.194...v1.0.195)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 09:04:40 +08:00
dependabot[bot] 87d3e429c6
build(deps): bump libc from 0.2.151 to 0.2.152 (#2019)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.151 to 0.2.152.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.152)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 09:04:26 +08:00
dependabot[bot] 0ca7b0238e
build(deps): bump base64 from 0.21.5 to 0.21.6 (#2016) 2024-01-09 02:01:06 +08:00
dependabot[bot] 5a08120400
build(deps): bump opendal from 0.44.0 to 0.44.1 (#2014) 2024-01-09 01:12:55 +08:00
liushuyu c83d350a7d feat(snap): add sccache-dist binary to the Snap 2024-01-06 19:55:03 +01:00
liushuyu bcf07de2a1 chore(snap): adapt the configurations to Snapcraft 8.0 2024-01-06 19:55:03 +01:00
dependabot[bot] 9926586b60 build(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)
2024-01-06 09:10:56 +01:00
dependabot[bot] cf757daa8d build(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)
2024-01-06 09:10:56 +01:00
dependabot[bot] 8c067a5dec build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
2024-01-06 09:10:56 +01:00
liushuyu 3d5d41f868
chore(cargo): update dependencies to compatible versions (#2009) 2024-01-06 09:33:29 +08:00
dependabot[bot] 4c0d25449d build(deps): bump tar from 0.4.38 to 0.4.40
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.38 to 0.4.40.
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.38...0.4.40)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 00:08:28 +01:00
dependabot[bot] 4040886787 build(deps): bump test-case from 3.2.1 to 3.3.1
Bumps [test-case](https://github.com/frondeus/test-case) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frondeus/test-case/compare/v3.2.1...v3.3.1)

---
updated-dependencies:
- dependency-name: test-case
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 00:07:50 +01:00
Jonathan Dygert 5d701eabae Clone repo in ci 2024-01-06 00:07:06 +01:00
Jonathan Dygert 52ed95fe40 Fix typo 2024-01-06 00:07:06 +01:00
Jonathan Dygert df0d0eec93 Add ci feature check 2024-01-06 00:07:06 +01:00
Jonathan Dygert 438469ad32 Expand cfg for operator storage impl 2024-01-06 00:07:06 +01:00
Jonathan Dygert cf5958496f Add i686 and fix armv7 2024-01-05 23:06:27 +01:00
Jonathan Dygert 66320ad32b Fix typo in target 2024-01-05 23:06:27 +01:00
Jonathan Dygert 8837bfa6c4 Use container for arm build 2024-01-05 23:06:27 +01:00
Vincent de Phily 855ec0f329
Versionbump opendal 0.41.0 -> 0.43.0 (#1992)
Remove the `opendal/services-redis-rustls` feature as it's no longer available/needed.
2023-12-14 15:14:34 +08:00
dependabot[bot] f739e22127 build(deps): bump toml from 0.8.6 to 0.8.8
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.6 to 0.8.8.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.6...toml-v0.8.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 18:40:21 +01:00
dependabot[bot] f6eb21b5a2 build(deps): bump vmactions/freebsd-vm from 1.0.4 to 1.0.5
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 18:40:03 +01:00
dependabot[bot] 286554c2d9 build(deps): bump vmactions/freebsd-vm from 1.0.2 to 1.0.4
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/v1.0.2...v1.0.4)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 17:20:01 +01:00
dependabot[bot] 920564c129 build(deps): bump nix from 0.26.2 to 0.26.4
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.26.4.
- [Changelog](https://github.com/nix-rust/nix/blob/v0.26.4/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.26.2...v0.26.4)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 08:48:59 +01:00
Sylvestre Ledru a1acbda284
Bump freebsd-vm action to v1.0.2 & use ubuntu (#1994)
Copied from
https://github.com/uutils/coreutils/pull/5606/files
2023-12-05 09:59:06 +08:00