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

Enable Bzlmod for Bazel #19087

Closed

Commits on Sep 6, 2023

  1. WIP: enable Bzlmod for Bazel

    Avoid hard code rules_cc canonical repo name
    
    Update lockfile
    
    Fix workspace_resolved_test and test_repo cache
    
    Fix naming
    
    Fixes
    
    Fetch test repos concurrently
    
    Reuse repository cache
    
    Fix windows
    
    Fix rules_cc path
    
    Don't use hard link for repo cache inside tests
    
    The flag is causing "Invalid cross-device link" error for some reason
    
    Revert shard for macos_arm64
    
    Update rules_python to match Bzlmod
    
    Update bazel_skylib to match Bzlmod
    
    Add bazel_skylib in workspace suffix (required by rules_python since 0.22.0)
    
    Fix bazel_determinism_test
    
    Update protobuf url to match Bzlmod
    
    Update rules_pkg to match
    
    bazel_determinism_test: use default repo cache
    
    Allow rules_proto tests to access internet
    
    declare local_config_cc
    
    Disable windows_arm64 temporarily
    
    Refactor CI flags
    
    Don't use /Users/pcloudy in bazelrc
    
    Revert "Disable windows_arm64 temporarily"
    
    This reverts commit cba92fd.
    
    Fix bazel_sandboxing_networking_test
    
    Polish MODULE.bazel
    
    pkg_tar: use strip_prefix properly
    
    Update lockfile
    
    Use --experimental_downloader_config to improve stability
    
    Add the original URL as well
    
    Polish
    
    Polish more
    meteorcloudy committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    33bcfa1 View commit details
    Browse the repository at this point in the history
  2. Update lockfile

    meteorcloudy committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0a4836a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b340398 View commit details
    Browse the repository at this point in the history
  4. Fix zlib BUILD file

    meteorcloudy committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    72f4a3a View commit details
    Browse the repository at this point in the history
  5. Update postsubmit.yml

    meteorcloudy committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6527246 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    daa6e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e070a9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f77ba View commit details
    Browse the repository at this point in the history