feat: cache sources too #1700
rust.yml
on: pull_request
Matrix: build
Matrix: test
Post-process
2s
Annotations
4 errors
test (ubuntu-latest):
src/source/mod.rs#L303
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/source/mod.rs:303:17:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
test (ubuntu-latest):
src/source/mod.rs#L303
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/source/mod.rs:303:17:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
test (macos-latest):
src/source/mod.rs#L303
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/source/mod.rs:303:17:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
test (macos-latest):
src/source/mod.rs#L303
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/source/mod.rs:303:17:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
rattler-build-aarch64-apple-darwin.tar.gz
|
12.8 MB |
|
rattler-build-aarch64-unknown-linux-musl.tar.gz
|
16.4 MB |
|
rattler-build-powerpc64le-unknown-linux-gnu.tar.gz
|
17.2 MB |
|
rattler-build-x86_64-apple-darwin.tar.gz
|
13.3 MB |
|
rattler-build-x86_64-pc-windows-gnu.zip
|
19.4 MB |
|
rattler-build-x86_64-pc-windows-msvc.zip
|
11.5 MB |
|
rattler-build-x86_64-unknown-linux-musl.tar.gz
|
17.1 MB |
|