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] Make mage-linux-amd64 statically compiled. #20827

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Commits on Aug 27, 2020

  1. [Build] Make mage-linux-amd64 statically compiled.

    When I've upgraded my arch system, they have upgraded the libc library,
    that libary is much newer than the library used in the crossbuild
    docker images. This made building beats impossible because the
    mage-linux-amd64 is compiled dynamically and used in all our docker
    build.
    
    This PR make the mage binary to be statically compiled so it doesn't
    rely on any installed libraries.
    ph committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ef4ac04 View commit details
    Browse the repository at this point in the history
  2. changelog #

    ph committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f9aa1fd View commit details
    Browse the repository at this point in the history
  3. move to dev changelog

    ph committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    4a50851 View commit details
    Browse the repository at this point in the history