Gavin Inglis

Results 55 comments of Gavin Inglis

> Can you update the getting started guide as well with an explanation of what requires gcc? Sure thing, added a line to the gettting started guide - building the...

> What was the error you got by not having gcc? I believe that firecracker-containerd doesn't have C dependencies. The error is `gcc` not in `PATH` in building the agent....

> Can you force internal linking? Not really sure why it is doing external linking. > > [bazelbuild/rules_go#2719 (comment)](https://github.com/bazelbuild/rules_go/issues/2719#issuecomment-736871039) I can by passing `-linkmode=internal` to ldflags; I'm then seeing all...

https://buildkite.com/firecracker-microvm/firecracker-containerd/builds/2495 was also stuck for 3hrs, I have cancelled it so that the build for #562 runs.

If `-` is not a separator but part of a field, as #6188 and #5657 implemented, then `com.example.some-label` would be parsed into fieldpath `[com, example, some-label]`. If we treat `-`...

> The change looks good to me. Is it possible to notify the number of matched platforms and warn a user if no platforms are matched? Hmm I'm not so...

> Steps to reproduce: > > $ ctr image pull --platform linux/amd64 docker.io/library/postgres:12 > $ ctr image export --platform linux/amd64 postgres-12.tar docker.io/library/postgres:12 > $ ctr image import --all-platform postgres-12.tar >...

Hi @AkihiroSuda, looking at this and I have 2 questions. 1/ is this only applicable to bash or does it apply to other/all shells? 2/ just to clarify, `sudo nerdctl...

I did some looking into how tab completion is implemented and I don't believe the implementation itself is the root cause. IIUC cobra commands are not aware of being run...

Seeing this on other recent PRs (e.g. #440). Looks like our dependency `ltag` does not support Go