Skip to content

insert LIB and INCLUDE #1500

insert LIB and INCLUDE

insert LIB and INCLUDE #1500

Triggered via pull request October 14, 2024 04:51
Status Success
Total duration 19m 29s
Artifacts 7

rust.yml

on: pull_request
Matrix: build
Matrix: test
Post-process
3s
Post-process
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
test (ubuntu-latest): src/script.rs#L383
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs:383:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs#L387
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow Raw Output: src/script.rs:387:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow __END__
test (ubuntu-latest): src/script.rs#L383
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs:383:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs#L387
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow Raw Output: src/script.rs:387:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow __END__
test (macos-latest): src/script.rs#L383
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs:383:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs#L387
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow Raw Output: src/script.rs:387:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow __END__
test (macos-latest): src/script.rs#L383
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs:383:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:383:21 | 383 | &args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_INC").unwrap_or(&"".to_string())` | = 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/script.rs#L387
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow Raw Output: src/script.rs:387:21:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> src/script.rs:387:21 | 387 | &args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `args.env_vars.get("LIBRARY_LIB").unwrap_or(&"".to_string())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow __END__
test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
rattler-build-aarch64-apple-darwin.tar.gz
12.5 MB
rattler-build-aarch64-unknown-linux-musl.tar.gz
16.8 MB
rattler-build-powerpc64le-unknown-linux-gnu.tar.gz
16.6 MB
rattler-build-x86_64-apple-darwin.tar.gz
13 MB
rattler-build-x86_64-pc-windows-gnu.zip
18.8 MB
rattler-build-x86_64-pc-windows-msvc.zip
11.2 MB
rattler-build-x86_64-unknown-linux-musl.tar.gz
17.5 MB