Skip to content

Commit

Permalink
ci: regress virtIO example on macOS temporarily
Browse files Browse the repository at this point in the history
In order to merge the virtIO block PR, we will sort out
getting it working on macOS later.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed May 3, 2024
1 parent 9d995b3 commit 41c3353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,16 @@ simulate_zig "release" "ReleaseSafe"
build_zig "release" "ReleaseSmall"
simulate_zig "release" "ReleaseSmall"

# The setup for virtIO block does not currently work on macOS due to
# Linux-specific utilities not being available.
if [ "$(uname)" == "Linux" ]; then

build_virtio "qemu_arm_virt" "debug"
build_virtio "qemu_arm_virt" "release"
build_virtio "odroidc4" "debug"
build_virtio "odroidc4" "release"

fi

echo ""
echo "CI|INFO: Passed all VMM tests"

0 comments on commit 41c3353

Please sign in to comment.