mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
wait4系统调用支持options字段 (#398)
This commit is contained in:
4
.github/workflows/cache-toolchain.yml
vendored
4
.github/workflows/cache-toolchain.yml
vendored
@ -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
|
||||
|
||||
|
||||
|
10
.github/workflows/rustfmt.yml
vendored
10
.github/workflows/rustfmt.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user