Skip to content

Commit

Permalink
ci: build virtIO example for QEMU
Browse files Browse the repository at this point in the history
There's an issue with Microkit 1.4.0 that affects the Odroid-C4.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 7, 2024
1 parent 9112aba commit fc775ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ simulate_zig "release" "ReleaseSmall"
# Linux-specific utilities not being available.
# if [ "$(uname)" == "Linux" ]; then

# build_virtio_make "qemu_virt_aarch64" "debug"
# build_virtio_make "qemu_virt_aarch64" "release"
build_virtio_make "qemu_virt_aarch64" "debug"
build_virtio_make "qemu_virt_aarch64" "release"
# build_virtio_make "odroidc4" "debug"
# build_virtio_make "odroidc4" "release"

# build_virtio_zig "qemu_virt_aarch64" "debug"
# build_virtio_zig "qemu_virt_aarch64" "release"
build_virtio_zig "qemu_virt_aarch64" "debug"
build_virtio_zig "qemu_virt_aarch64" "release"
# build_virtio_zig "odroidc4" "debug"
# build_virtio_zig "odroidc4" "release"

Expand Down

0 comments on commit fc775ae

Please sign in to comment.