fix: license from recipe folder instead of erroring if both are found #1740
rust.yml
on: pull_request
Matrix: build
Matrix: test
Post-process
3s
Annotations
4 errors and 2 warnings
test (ubuntu-latest):
src/packaging.rs#L128
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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/packaging.rs:128:47:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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/packaging.rs#L128
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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/packaging.rs:128:47:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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/packaging.rs#L128
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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/packaging.rs:128:47:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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/packaging.rs#L128
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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/packaging.rs:128:47:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/packaging.rs:128:47
|
128 | if copied_files_work_dir.contains(&file) {
| ^^^^^ help: change this to: `file`
|
= 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)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Post-process
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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.5 MB |
|
rattler-build-powerpc64le-unknown-linux-gnu.tar.gz
|
17.3 MB |
|
rattler-build-x86_64-apple-darwin.tar.gz
|
13.4 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.2 MB |
|