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

Refactor lima and qemu #2

Merged
merged 5 commits into from
Nov 14, 2024

Commits on Nov 13, 2024

  1. Build qemu from source and collect all sources as well

    Signed-off-by: Jan Dubois <[email protected]>
    jandubois committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    964ddd9 View commit details
    Browse the repository at this point in the history
  2. Include version string in Linux artifact names

    Signed-off-by: Jan Dubois <[email protected]>
    jandubois committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6aeb6b0 View commit details
    Browse the repository at this point in the history
  3. Set LD_LIBRARY_PATH to install directory

    Signed-off-by: Jan Dubois <[email protected]>
    jandubois committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a4e6c5f View commit details
    Browse the repository at this point in the history
  4. Refactor lima-and-qemu.pl

    The aarch64 version no longer collected the qemu libraries. That's why it was
    re-implemented by parsing the `otool -L` output. It eventually turned out that
    the Homebrew had switched to Lima 1.0.0, which uses `--vm-type vz` by default
    (when available).
    
    The FileMonitor version does not collect kvmvapic.bin and vgabios-virtio.bin.
    They may not be needed when the VM is run without a display, but it for now
    it seems safer to keep them in the tarball.
    
    The script has also been changed to re-analyze an existing filemonitor.log.
    This makes no difference on CI but helps debugging the script.
    
    Signed-off-by: Jan Dubois <[email protected]>
    jandubois committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    886b81d View commit details
    Browse the repository at this point in the history
  5. Code review feedback

    Signed-off-by: Jan Dubois <[email protected]>
    jandubois committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    501a74f View commit details
    Browse the repository at this point in the history