Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
are empty (ie values are being left to defaults) they show up as
""
and the calling binary wont complain about flags needing to be set.
with with
|| exit 1
for now, which hopefully will be enough.requires
gcc-11
. Getting that version sent me down a bit of arabbit hole.
11
is not "natively" available on Ubuntu 20.04 (youcan get it by adding the apt testing repo, but it is just a bit
irritating to then swap out gcc 9 for 11 after the fact).
So I tried bumping to Ubuntu 22.04, which lead to some annoyances,
first with this new GUI whenever you
apt update
etc which has to bedeactivated via an env var, and then after that my microvms lost DNS
resolution and NAT connectivity. I could have only bumped the devices
running flintlock to 22.04 and left the device serving as the
management cluster as 20.04, but I decided it was better if we had a
dedicated ticket to get everything working on 22.04, so I am going to
come back to this another day. For now I just want to get the
nightlies working.