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

[6.4.0] Move BazelFileSystemModule into bazel package #19043

Merged
merged 1 commit into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. Move BazelFileSystemModule into bazel package

    Currently, it is included in runtime library with glob which is shared between bazel and blaze. Moving it to bazel package to prevent from packaging it when building blaze.
    
    An upcoming change (in #18784) will package BLAKE3 to this module and we don't want it in blaze.
    
    PiperOrigin-RevId: 547516042
    Change-Id: I673fa3d6824d56c85e85b02d13b4eb56571edda9
    
    (cherry picked from commit 6d6bbdc)
    coeuvre authored and brentleyjones committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a102378 View commit details
    Browse the repository at this point in the history