You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
As arch detection isn't being done and KNOWN_HYPERVISORS was only
being populated via environment variable settings (and is a runtime
rather than build time dependency anyway) just provide a set of
defaults that can be overridden as needed at build time.
This will also cause any hypervisor configuration to always be
installed.
Fixeskata-containers#1169
Signed-off-by: William Douglas <[email protected]>
Architecture-dependent settings were not being populated when GOPATH
was set. This change ensures they are always set.
Fixeskata-containers#1169
Signed-off-by: William Douglas <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
export GOPATH="${PWD}/gopath/"
mkdir -p "${GOPATH}/src/github.com/kata-containers/"
ln -sf "${PWD}" "${GOPATH}/src/github.com/kata-containers/runtime"
cd "${GOPATH}/src/github.com/kata-containers/runtime"
make SKIP_GO_VERSION_CHECK=y
Expected result
build succeeds
Actual result
build fails with a message about none of QEMUCMD or FCCMD being provided.
The text was updated successfully, but these errors were encountered: