Skip to content

code cleanup, signature checking func, clippy lints, etc #24

code cleanup, signature checking func, clippy lints, etc

code cleanup, signature checking func, clippy lints, etc #24

Triggered via pull request December 22, 2024 21:57
Status Failure
Total duration 7m 2s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build (linux, ubuntu-latest, i686-unknown-linux-gnu): instruction_hooking/src/lib.rs#L88
creating a mutable reference to mutable static is discouraged
build (linux, ubuntu-latest, i686-unknown-linux-gnu): instruction_hooking/src/lib.rs#L98
creating a shared reference to mutable static is discouraged
build (linux, ubuntu-latest, i686-unknown-linux-gnu)
Process completed with exit code 101.
build (win, windows-latest, i686-pc-windows-msvc): instruction_hooking/src/lib.rs#L88
creating a mutable reference to mutable static is discouraged
build (win, windows-latest, i686-pc-windows-msvc): instruction_hooking/src/lib.rs#L98
creating a shared reference to mutable static is discouraged
build (win, windows-latest, i686-pc-windows-msvc)
Process completed with exit code 1.
build (linux, ubuntu-latest, i686-unknown-linux-gnu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636