mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
github: Refactor quality matrix
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
15
.github/workflows/quality.yaml
vendored
15
.github/workflows/quality.yaml
vendored
@@ -13,6 +13,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
|
- beta
|
||||||
- stable
|
- stable
|
||||||
target:
|
target:
|
||||||
- aarch64-unknown-linux-gnu
|
- aarch64-unknown-linux-gnu
|
||||||
@@ -20,20 +21,12 @@ jobs:
|
|||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
|
|
||||||
experimental: [false]
|
|
||||||
include:
|
include:
|
||||||
- rust: beta
|
- rust: beta
|
||||||
target: aarch64-unknown-linux-gnu
|
|
||||||
experimental: true
|
|
||||||
- rust: beta
|
|
||||||
target: aarch64-unknown-linux-musl
|
|
||||||
experimental: true
|
|
||||||
- rust: beta
|
|
||||||
target: x86_64-unknown-linux-gnu
|
|
||||||
experimental: true
|
|
||||||
- rust: beta
|
|
||||||
target: x86_64-unknown-linux-musl
|
|
||||||
experimental: true
|
experimental: true
|
||||||
|
- rust: stable
|
||||||
|
experimental: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Code checkout
|
- name: Code checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user