Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenBSD VM fails during "Initializing VM" with QEMU on macOS #73

Closed
manxorist opened this issue Nov 8, 2023 · 0 comments
Closed

OpenBSD VM fails during "Initializing VM" with QEMU on macOS #73

manxorist opened this issue Nov 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@manxorist
Copy link

Workflow file https://github.com/OpenMPT/openmpt/blob/cecc94c82a84bc928cc14eb120453a5334d91e43/.github/workflows/OpenBSD-7.4-Makefile.yml, relevant parts:

jobs:
  build:
    runs-on: macos-12
    steps:
    - uses: actions/checkout@v3
    - uses: cross-platform-actions/action@v0.21.1
      with:
        architecture: x86_64
        hypervisor: qemu
        memory: 4G
        operating_system: openbsd
        version: '7.4'
        sync_files: runner-to-vm
        shell: bash
        run: |

(Note that I switched back to xhyve in a later commit, so current master is using OpenBSD on xhyve on macOS)

See

for failing runs

@jacob-carlborg jacob-carlborg added the bug Something isn't working label Nov 8, 2023
vincentbernat added a commit to lldpd/lldpd that referenced this issue Dec 1, 2023
jacob-carlborg added a commit that referenced this issue Dec 19, 2023
The `Xhyve` hypervisor class was selected instead of `QemuEfi`
jacob-carlborg added a commit that referenced this issue Dec 19, 2023
The `Xhyve` hypervisor class was selected instead of `QemuEfi`
jacob-carlborg added a commit that referenced this issue Jan 3, 2024
The `Xhyve` hypervisor class was selected instead of `QemuEfi`
jacob-carlborg added a commit that referenced this issue Jan 8, 2024
The `Xhyve` hypervisor class was selected instead of `QemuEfi`
jacob-carlborg added a commit that referenced this issue Jan 9, 2024
The `Xhyve` hypervisor class was selected instead of `QemuEfi`
korli added a commit to korli/action that referenced this issue Mar 15, 2024
Release 0.23.0

Added:
- Add support for FreeBSD 14.0 ([cross-platform-actions#74](cross-platform-actions#74))
- Add post run step that prints the VM output
- Support hardware accelerated virtualization on Linux runners ([cross-platform-actions#47](cross-platform-actions#47))

Fixed:
- OpenBSD VM fails during "Initializing VM" with QEMU on macOS ([cross-platform-actions#73](cross-platform-actions#73))
- Use same options for rsync in both directions ([cross-platform-actions#76](cross-platform-actions#76))

Changed:
- Update qemu to 8.2.0 for CVTPS2PD fix ([cross-platform-actions#78](cross-platform-actions#78))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants