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

basic bzlmod support #61

Closed
wants to merge 5 commits into from
Closed

basic bzlmod support #61

wants to merge 5 commits into from

Commits on Aug 11, 2023

  1. remove non-existing build rule

    Allows "bazel build //..." to work
    malt3 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e2ef6c5 View commit details
    Browse the repository at this point in the history
  2. update go to 1.20

    malt3 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    58c03dd View commit details
    Browse the repository at this point in the history
  3. update go deps and use renamed rpmutils

    renaming rpmutils is required for bzlmod since rules_go under bzlmod does not yet support replace directives
    malt3 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bec32f4 View commit details
    Browse the repository at this point in the history
  4. update Bazel to 6.3.2

    malt3 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f9fa564 View commit details
    Browse the repository at this point in the history
  5. add MODULE.bazel

    This is the first stage of enabling bzlmod support.
    malt3 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    de88077 View commit details
    Browse the repository at this point in the history