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 6, 2020. It is now read-only.
We need to change setup_env_ubuntu.sh so that rather than hard-coding the hypervisor options, it instead runs the script below to generate the correct build options:
To avoid all repos that go get github.com/clearcontainers/tests from also having to go get github.com/clearcontainers/packaging, setup_env_ubuntu.sh should be modified to just download the script itself:
But we don't want to build/install qemu binary from sources, this was temporary, right ? The idea is to update the packages and our test scripts rely on qemu-lite or qemu-cc packages.
We need to change
setup_env_ubuntu.sh
so that rather than hard-coding the hypervisor options, it instead runs the script below to generate the correct build options:To avoid all repos that
go get github.com/clearcontainers/tests
from also having togo get github.com/clearcontainers/packaging
,setup_env_ubuntu.sh
should be modified to just download the script itself:See clearcontainers/packaging#46
The text was updated successfully, but these errors were encountered: