mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
.github: Remove build testing for aarch64 with guest_debug
feature
See: #4964 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
ad817f19b5
commit
1b6dd597b2
1
.github/workflows/quality.yaml
vendored
1
.github/workflows/quality.yaml
vendored
@ -63,6 +63,7 @@ jobs:
|
||||
args: --locked --all --all-targets --tests -- -D warnings -D clippy::undocumented_unsafe_blocks
|
||||
|
||||
- name: Clippy (default features + guest_debug)
|
||||
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
use-cross: ${{ matrix.target != 'x86_64-unknown-linux-gnu' }}
|
||||
|
Loading…
Reference in New Issue
Block a user