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

Remove godeps from makefile #1750

Merged
merged 1 commit into from
May 4, 2023
Merged

Commits on May 1, 2023

  1. Remove godeps from makefile

    Go already relies on its own internal caching, and replicating that in
    make adds unnecessary complexity, and is error prone, since the makefile
    doesn't recognize if new files are added, and isn't aware of build
    constraints.
    
    Remove `*.gomake` and `*.godeps` portion of makefile and invoke go directly.
    Remove `hack/gomakedeps.sh` file
    
    Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
    helsaawy committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f4e146e View commit details
    Browse the repository at this point in the history