Improve support for linux/arm64/v8
on most Ubuntu-based images (part 2)
#4334
Triggered via pull request
February 19, 2025 06:20
Status
Success
Total duration
16m 26s
Artifacts
–
ci.yml
on: pull_request
Matrix: test
generate-matrix
2m 44s
check
2m 53s
shellcheck
7s
Matrix: clippy
fmt
2m 26s
cargo-deny
30s
remote
4m 53s
bisect
7m 28s
foreign
4m 48s
docker-in-docker
6m 0s
Matrix: build
Coverage
2m 21s
Annotations
14 warnings
foreign
tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
foreign
tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
foreign
tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
foreign
tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
docker-in-docker:
src/docker/local.rs#L168
creating a shared reference to mutable static is discouraged
|
docker-in-docker:
src/docker/shared.rs#L568
creating a shared reference to mutable static is discouraged
|
docker-in-docker:
src/docker/shared.rs#L592
creating a shared reference to mutable static is discouraged
|
docker-in-docker:
src/docker/shared.rs#L604
creating a mutable reference to mutable static is discouraged
|
docker-in-docker:
src/docker/shared.rs#L630
creating a mutable reference to mutable static is discouraged
|
docker-in-docker:
src/errors.rs#L27
creating a shared reference to mutable static is discouraged
|
docker-in-docker:
src/errors.rs#L105
creating a mutable reference to mutable static is discouraged
|
docker-in-docker:
src/temp.rs#L22
creating a shared reference to mutable static is discouraged
|
docker-in-docker:
src/temp.rs#L22
creating a shared reference to mutable static is discouraged
|
docker-in-docker:
src/temp.rs#L31
creating a mutable reference to mutable static is discouraged
|