kernel: harden the signature check #120
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build-kernel-arcvm.yml
on: pull_request
Matrix: Build ChromeOS ARCVM kernel
Annotations
2 errors and 1 warning
Build ChromeOS ARCVM kernel (x86_64, 5.10.178)
The run was canceled by @tiann.
|
Build ChromeOS ARCVM kernel (x86_64, 5.10.178)
The operation was canceled.
|
rustfmt check:
/home/runner/work/KernelSU/KernelSU/userspace/ksud/src/debug.rs#L2
Original:
```
use std::{path::{Path, PathBuf}, process::Command};
```
Expected:
```
use std::{
path::{Path, PathBuf},
process::Command,
};
```
|