Skip to content

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

Merged
merged 1 commit into from
Sep 25, 2019
Merged

Conversation

sipsma
Copy link
Contributor

@sipsma sipsma commented Sep 24, 2019

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]

Closes #259

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

@mxpv mxpv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@xibz xibz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

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]>
@sipsma sipsma merged commit 9757e74 into firecracker-microvm:master Sep 25, 2019
@sipsma sipsma deleted the fc18 branch September 25, 2019 17:39
@nmeyerhans nmeyerhans mentioned this pull request Sep 25, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Firecracker v0.18
4 participants