-
Notifications
You must be signed in to change notification settings - Fork 882
Conversation
CHANGELOG.md
Outdated
|
||
- status: added read from uuid-file ([#3860](https://github.com/rkt/rkt/pull/3860)). | ||
- stage0/run: relax '--hosts-entry' parser ([#3833](https://github.com/rkt/rkt/pull/3833)). | ||
- iottymux: Store logs for kubelet in the appropriate location ([#3798](https://github.com/rkt/rkt/pull/3798)). This change is made for rktlet. iottymux will store the logs directly in the CRI format. |
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.
Lowercase store
.
907ebcb
to
0cd99c1
Compare
On a recent build system, stage1-kvm now fails to build with:
|
Weird, I've built a release successfully following the release guide. I get this is not building inside rkt, right? I tried building directly on my laptop and I get an earlier error when building qemu:
It seems something is wrong with my glib headers' config but I haven't looked further into it. |
Yes, this is outside of the rkt-builder. I was just doing the usual pre-flight check on my local machine before building the release artifact. I think I have a fix for that, looking at it now. Your error is unrelated, I seem to remember having seen that already. I remember that it was related to arch-linux not shipping one of the static libraries qemu autoconf is looking for, but I don't remember which. |
This is a backport of a qemu upstream patch to fix a memfd related failure. It first adds infrastructure to apply the patch to qemu at build time. Ref: https://git.qemu.org/?p=qemu.git;a=commit;h=75e5b70e6b5dcc4f2219992d7cffa462aa406af0 Ref: rkt#3921 (comment)
@iaguis #3922 fixes that build failure. In the meanwhile, docker2aci regressed with go-1.10 at appc/docker2aci#259. Thus I'd like to bump docker2aci in here with the fix before tagging v1.30.0. |
OK. Interesting issue btw :) |
This is a backport of a qemu upstream patch to fix a memfd related failure. It first adds infrastructure to apply the patch to qemu at build time. Ref: https://git.qemu.org/?p=qemu.git;a=commit;h=75e5b70e6b5dcc4f2219992d7cffa462aa406af0 Ref: rkt#3921 (comment)
0cd99c1
to
757593e
Compare
757593e
to
6596ced
Compare
@lucab, regarding your comment about brining in docker2aci: Related, and in case it confirms anything you've seen: with |
@taqtiqa-mark no, those are unrelated and only fix a go-1.10 regression, see #3923. |
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
🐙