Skip to content

Commit

Permalink
WIP: Add QEMU debug prints
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
  • Loading branch information
alistair23 committed Oct 31, 2023
1 parent 841184e commit f25915d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,12 @@ ci-job-cargo-test-build:

### ci-runner-github-qemu jobs:

QEMU_COMMIT_HASH=cab35c73be9d579db105ef73fa8a60728a890098
QEMU_COMMIT_HASH=cf8e09e1bf484944b53f0966d9d3cb9574c14646
define ci_setup_qemu_riscv
$(call banner,CI-Setup: Build QEMU)
@# Use the latest QEMU as it has OpenTitan support
@printf "Building QEMU, this could take a few minutes\n\n"
@git clone https://github.com/qemu/qemu ./tools/qemu 2>/dev/null || echo "qemu already cloned, checking out"
@git clone https://github.com/alistair23/qemu ./tools/qemu 2>/dev/null || echo "qemu already cloned, checking out"
@cd tools/qemu; git checkout ${QEMU_COMMIT_HASH}; ../qemu/configure --target-list=riscv32-softmmu --disable-linux-io-uring --disable-libdaxctl;
@# Build qemu
@$(MAKE) -C "tools/qemu/build" -j2 || (echo "You might need to install some missing packages" || exit 127)
Expand Down

0 comments on commit f25915d

Please sign in to comment.