openvmm
openvmm copied to clipboard
`perl` is not installed by default on `Fedora Server`
perl is needed for building OpenSSL. Found in https://github.com/microsoft/openvmm/pull/67
Removing the CI label, since we don't currently run Fedora in CI
Hmm. I think we want to use the platform OpenSSL except when building for the OpenHCL environment (where we use the prebuilt binary from openvmm-deps).
So I think that's the real bug here.
Thanks!