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

build: prevent go from linking libresolv dynamically. #4394

Merged
merged 8 commits into from
Sep 25, 2023

Commits on Sep 19, 2023

  1. build: prevent go from linking libresolv dynamically.

    This is default (https://pkg.go.dev/[email protected]#hdr-Name_Resolution).
    It creates an indirect dependency on a fresh version of glibc.
    As a result, it prevents our binaries from running on not-so-fesh docker
    images.
    jiceatscion committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b06908c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ba2f4 View commit details
    Browse the repository at this point in the history
  3. build: "netgo" is the flag, not the branch's name. Also include that …

    …flag in the config_setting defs.
    jiceatscion committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    504bc4b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    9ca181a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49f791b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. build: fix mistake in passing flags to gazelle.

    I had the disctionary backwards :-)
    jiceatscion committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3fe3285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405210f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e99d00b View commit details
    Browse the repository at this point in the history