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
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue