refactor: cross compile for arm64 image build #2472
rust.yml
on: pull_request
Check
6m 0s
Test Suite
14m 25s
Rustfmt
17s
Clippy
11m 3s
Bench
21m 13s
Build for WASM
1m 2s
Try in kind (Kubernetes in Docker)
1m 30s
Annotations
11 warnings
Try in kind (Kubernetes in Docker)
The following actions uses node12 which is deprecated and will be forced to run on node16: engineerd/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test Suite
calls to `std::mem::drop` with a value that implements `Copy` does nothing
|
Test Suite
calls to `std::mem::drop` with a value that implements `Copy` does nothing
|
Test Suite
field `bin_dir` is never read
|
Test Suite
unused import: `removed_by_x9`
|
Test Suite
method `text_range` is never used
|
Test Suite
use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
|
Test Suite
use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
|
Test Suite
use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
|
Test Suite
calls to `std::mem::forget` with a reference instead of an owned value does nothing
|
Test Suite
unused import: `self`
|