wait4系统调用支持options字段 (#398)

This commit is contained in:
GnoCiYeH
2023-10-09 00:58:08 +08:00
committed by GitHub
parent 2dbef7859f
commit b7b843bedd
5 changed files with 69 additions and 28 deletions

View File

@ -53,5 +53,7 @@ jobs:
rustup target add x86_64-unknown-none
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
rustup component add rustfmt
rustup component add rustfmt --toolchain nightly-2023-01-21-x86_64-unknown-linux-gnu
rustup component add rustfmt --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu
cargo install dadk --version 0.1.2

View File

@ -1,14 +1,6 @@
name: Rust format check
on:
workflow_run:
workflows: [Build Check]
types:
- completed
push:
pull_request:
on: [push, pull_request]
jobs:
# ensure the toolchain is cached