bottlerocket-os/twoliter
Document using `bundle-modules = [ "go" ]` for Go packages that don't vendor dependencies
开放
#501 创建于 2023年5月30日
help wanted
仓库指标
- 星标
- (34 个星标)
- PR 合并指标
- (平均合并 4天 18小时) (30 天内合并 19 个 PR)
描述
What I'd like:
There currently isn't any good documentation on using bundle-modules = ["go"] for packages that are pulled in and don't vendor their own dependencies (like hotdog).
We should write up a snippet on using this system on the buildsys markdown so that package authors can reference it when building in new packages.
Any alternatives you've considered:
There is some documentation on this directly in the buildsys code:
which was added as part of the initial feature add: https://github.com/bottlerocket-os/bottlerocket/pull/2378
But this should really be in the markdown docs itself since we can't expect package authors to read the buildsys code.