mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-25 22:15:22 +00:00
build: Switch GitHub action ARM64 builds to musl
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
68dd467104
commit
6ec83c7d8e
8
.github/workflows/integration-arm64.yaml
vendored
8
.github/workflows/integration-arm64.yaml
vendored
@ -11,9 +11,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Run unit tests
|
||||
run: scripts/dev_cli.sh tests --unit
|
||||
- name: Run unit tests (musl)
|
||||
run: scripts/dev_cli.sh tests --unit --libc musl
|
||||
- name: Load openvswitch module
|
||||
run: sudo modprobe openvswitch
|
||||
- name: Run integration tests
|
||||
run: scripts/dev_cli.sh tests --integration
|
||||
- name: Run integration tests (musl)
|
||||
run: scripts/dev_cli.sh tests --integration --libc musl
|
Loading…
x
Reference in New Issue
Block a user