Hyperkit Build from Release Tarball Fails Assertions Related to Git Version
dshick-nydig opened this issue · 0 comments
dshick-nydig commented
Makefile issue:
Lines 1 to 2 in adc4ea8
Release tarballs are not git repositories. This causes failed assertions when connecting with VPNKit.
Assertion failed: (sizeof(VERSION_SHA1) == sizeof(init_msg.commit) + 1), function vpnkit_connect
, file src/lib/pci_virtio_net_vpnkit.c, line 324.
Failed Assertion:
hyperkit/src/lib/pci_virtio_net_vpnkit.c
Lines 323 to 325 in adc4ea8
This causes problems for the homebrew build of hyperkit: Homebrew/homebrew-core#85232