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: Remove build deps management #5915

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2024

  1. Remove build deps management

    go run supports running an arbitrary go modules like this:
    go:generate go run golang.org/x/tools/cmd/[email protected]
    
    By using that everywhere that our build wanted to demand a previous
    install of some program, we don't need any of the complexity around
    `check_deps.sh`, `install_buildtools.sh` and the like.  This PR
    removes them.
    
    There shouldn't be a performance problem because the programs will run
    out of Go's local module cache.  Let's see.
    jannotti committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3a7c12f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. retain arguments

    Co-authored-by: ohill <[email protected]>
    jannotti and ohill committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e1ab7ea View commit details
    Browse the repository at this point in the history