Skip to content

kernel: harden the signature check #120

kernel: harden the signature check

kernel: harden the signature check #120

Triggered via pull request October 11, 2023 05:04
@tianntiann
synchronize #1027
signcheck
Status Cancelled
Total duration 6m 35s
Artifacts
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
Fit to window
Zoom out
Zoom in

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, }; ```