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

First step towards using bzlmod #1570

Closed
wants to merge 1 commit into from

Commits on Aug 31, 2024

  1. First step towards using bzlmod

     * Move projects that are available already in https://registry.bazel.build/
       from from load_external to MODULE.bazel.
     * This is not complete: there are probably more steps to simplify and
       clean-up after the first submit.
     * Switching to bzlmod broke making the compilation-db as the action hooks
       don't seem to work anymore ( xls/dev_tools//make-compilation-db.sh ).
       The used com_grail_bazel_compdb is not maintained anymore, so this needs
       to be updated to something more modern (hedronvision?).
       Since this is not actively needed in daily development (and I am the only
       one really using it), postponed for later.
     * Clean out things not needed anymore in dependency_support/$(various-dirs)
    
    Issues: google#931
    
    Also, needed to make Python rules to work well with
    --incompatible_default_to_explicit_init_py (bazelbuild/bazel#10076)
    hzeller committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    9b1f3d0 View commit details
    Browse the repository at this point in the history