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

Go: add bazel build #16317

Merged
merged 47 commits into from
May 6, 2024
Merged

Go: add bazel build #16317

merged 47 commits into from
May 6, 2024

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    393f6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca8faa View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    7d9a68b View commit details
    Browse the repository at this point in the history
  2. Go: remove go_sdk.host

    It's not required, and it can't work from the internal repository.
    redsun82 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3ad9c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    925a2cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19b2e56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfa189e View commit details
    Browse the repository at this point in the history
  6. Go: rework makefile

    redsun82 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    146d84b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8b0224 View commit details
    Browse the repository at this point in the history
  8. Go: update workflow

    redsun82 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d98ccdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f387ee View commit details
    Browse the repository at this point in the history
  10. Go: put back go setup

    redsun82 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    86d6b8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d66494d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    b0758fd View commit details
    Browse the repository at this point in the history
  2. Go: fix //go:gen on windows

    redsun82 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0dfd336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec223c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f6dd2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0f6c22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f78882 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15bb846 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7886d0 View commit details
    Browse the repository at this point in the history
  9. Bazel: patch apple_support to avoid registering its toolchain

    This is done in order to avoid requiring a full Xcode installation, but
    still being able to use other `apple_support` facilities, like
    `universal_binary`.
    redsun82 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cb85a75 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    2590d8a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    608791f View commit details
    Browse the repository at this point in the history
  2. Bazel/Go: remove apple_support

    This was actually unnecessary, and requried a full Xcode installation
    that we'd rather avoid.
    redsun82 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    94212d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8d3226 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12b9b80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    520a2c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9055d95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca2d94b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    318d954 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ae82ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bc6934 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    abcd916 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1aafc37 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76067cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81dea9f View commit details
    Browse the repository at this point in the history
  15. Go: autoformat

    redsun82 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    00baccb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    31c427e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f0b884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2132c7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    471303b View commit details
    Browse the repository at this point in the history
  5. Update go/extractor/BUILD.bazel

    Co-authored-by: Cornelius Riemenschneider <cornelius@github.com>
    redsun82 and criemen committed May 3, 2024
    Configuration menu
    Copy the full SHA
    17990da View commit details
    Browse the repository at this point in the history
  6. Bazel/Go: make installer work from internal repo and on windows

    It turns out everything that is needed for the installer to work on
    windows is enabling runfiles. This also requires symlinks to avoid
    excessive copying of files.
    redsun82 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    77128de View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    cba4ba0 View commit details
    Browse the repository at this point in the history
  2. Bazel/Go: add some comments

    redsun82 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5b184c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73df4fa View commit details
    Browse the repository at this point in the history