Skip to content

Commit

Permalink
Try a fix for hanging QEMU runs
Browse files Browse the repository at this point in the history
Check whether producing an endless stream of data
with "yes" could be the cause for the QEMU hangs in the
GitHub action.
  • Loading branch information
smuehlst committed Feb 26, 2024
1 parent 9f68ece commit 27c3728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
# Guard against endless loop in QEMU run (120 CPU secs)
ulimit -t 120
# Run QEMU with simulated network
$CFG_QEMU_BIN -M ${{ matrix.config.qemu-machine }} $CFG_QEMU_OPT $CFG_QEMU_IMG -display none -nographic -semihosting -sd sdcard.img -netdev "user,id=net0,hostfwd=tcp::5000-:5000,guestfwd=tcp:10.0.2.100:5001-cmd:yes simulated server" -device usb-net,netdev=net0
$CFG_QEMU_BIN -M ${{ matrix.config.qemu-machine }} $CFG_QEMU_OPT $CFG_QEMU_IMG -display none -nographic -semihosting -sd sdcard.img -netdev "user,id=net0,hostfwd=tcp::5000-:5000,guestfwd=tcp:10.0.2.100:5001-cmd:/bin/echo simulated server" -device usb-net,netdev=net0
2 changes: 1 addition & 1 deletion libs/circle-newlib

0 comments on commit 27c3728

Please sign in to comment.