Skip to content

Instantly share code, notes, and snippets.

@mcastelino
Last active July 10, 2019 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcastelino/bd56914f95fbc987147064360c8c14e4 to your computer and use it in GitHub Desktop.
Save mcastelino/bd56914f95fbc987147064360c8c14e4 to your computer and use it in GitHub Desktop.
Running firecracker CI
export KATA_DEV_MODE="false"
export KATA_HYPERVISOR="firecracker"
export CI="true"
export CI_JOB="FIRECRACKER"
export RUNTIME="kata-runtime"
export PATH=${GOPATH}/bin:${PATH}
DEBUG=true .ci/setup.sh
sudo -E PATH=$PATH make docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment