Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildsys: extend external-files to vendor go modules #2378

Merged
merged 3 commits into from
Sep 6, 2022

Commits on Sep 1, 2022

  1. buildsys: extend external-files to vendor go modules

    Using the `bundle-*` keys on
    `packag.metadata.build-package.external-files`, buildsys can vendor Go
    dependencies into a new archive (leaving the prestine upstream archive
    intact). Both archives may then be used to build the package in an
    isolated environment.
    
    toosl/docker-go now also retrieves the `GOSUMDB` environment variable
    from the host.
    
    Co-authored-by: John McBride <[email protected]>
    Co-authored-by: Samuel Karp <[email protected]>
    Signed-off-by: John McBride <[email protected]>
    jpmcb and samuelkarp committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b3344fe View commit details
    Browse the repository at this point in the history
  2. hotdog: use new buildsys go module support

    Co-authored-by: John McBride <[email protected]>
    Co-authored-by: Samuel Karp <[email protected]>
    Signed-off-by: John McBride <[email protected]>
    jpmcb and samuelkarp committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a0a10fe View commit details
    Browse the repository at this point in the history
  3. oci-add-hooks: use new buildsys go module support

    Co-authored-by: John McBride <[email protected]>
    Co-authored-by: Samuel Karp <[email protected]>
    Signed-off-by: John McBride <[email protected]>
    jpmcb and samuelkarp committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    867506d View commit details
    Browse the repository at this point in the history