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

Clean up Bazel workspace rules #4365

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jul 22, 2024

  1. Clean up Bazel workspace rules

      * Migrated most WORKSPACE deps to MODULE.bazel (will be required in Bazel 9.x).
      * Use `.bazelversion` to declare Bazel version instead of `USE_BAZEL_VERSION`
        env variable (makes it easier to run locally with same bazel version).
      * Explicitly set `source`/`target` for `dagger.android` api, and use
        `.bazelrc` to set default `source`/`target` for annotation processors.
      * Removed unused bazel common dependencies in WORKSPACE
         * Removed `bazel_skylib`
         * Removed `google_bazel_common`
         * Removed `rules_python`
         * Removed `zlib`
      * Removed obsolete `tools/bazel.rc` config
    
    RELNOTES=N/A
    PiperOrigin-RevId: 654352167
    bcorso authored and Dagger Team committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1765d53 View commit details
    Browse the repository at this point in the history