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

[23.0 backport] hack: remove -installsuffix build flag #44884

Merged
merged 4 commits into from
Jan 31, 2023

Commits on Jan 30, 2023

  1. hack: remove -installsuffix build flag

    Has been introduced in 232d59b to work around a bug with
    "go build" but not required anymore since go 1.5: golang/go@4dab6d0
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 0c008cc)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    df2fe70 View commit details
    Browse the repository at this point in the history
  2. hack: remove ORIG_BUILDFLAGS var

    This var was used for the cross target but it has been removed
    in 8086f40 so not necessary anymore
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit b80f161)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9674623 View commit details
    Browse the repository at this point in the history
  3. hack: remove unnecessary vars in make.sh script

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 877baae)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b7e0725 View commit details
    Browse the repository at this point in the history
  4. hack: display build cmd when DOCKER_DEBUG set

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 170a1c4)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    699e853 View commit details
    Browse the repository at this point in the history