Document using bundle-modules = [ "go" ]
for Go packages that don't vendor dependencies
#3154
Labels
area/packaging
Issues related to the packages bundled in Bottlerocket
help wanted
Denotes an issue that needs help from a contributor
status/icebox
Things we think would be nice but are not prioritized
type/enhancement
New feature or request
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 (likehotdog
).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:
bottlerocket/tools/buildsys/src/manifest.rs
Lines 36 to 39 in 4b8a132
which was added as part of the initial feature add: #2378
But this should really be in the markdown docs itself since we can't expect package authors to read the buildsys code.
The text was updated successfully, but these errors were encountered: