-
Notifications
You must be signed in to change notification settings - Fork 200
Upgrade to Firecracker v0.18.0. #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Makefile
Outdated
@@ -175,14 +180,14 @@ tools/firecracker-builder-stamp: tools/docker/Dockerfile.firecracker-builder | |||
tools/docker | |||
touch $@ | |||
|
|||
$(FIRECRACKER_BIN) $(JAILER_BIN): $(FIRECRACKER_DIR)/Cargo.toml tools/firecracker-builder-stamp | |||
$(FIRECRACKER_BIN) $(JAILER_BIN): $(FIRECRACKER_DIR)/Cargo.toml $(FIRECRACKER_DIR) tools/firecracker-builder-stamp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need both $(FIRECRACKER_DIR)/Cargo.toml
and $(FIRECRACKER_DIR)
here ? As we pull submodule, Cargo.toml
will be already there, so we can have just one dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No that has no effect right now, this is leftover from something else I was trying but didn't include here, will remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This consists of: * Upgrading to the new Go SDK version. * Using the new vsock interface with unix-domain socket backend on the host. Signed-off-by: Erik Sipsma <[email protected]>
This consists of:
Signed-off-by: Erik Sipsma [email protected]
Closes #259
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.