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

[7.4.0] Allow decompression of nupkg #23818

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. Allow decompression of nupkg

    In some (legacy) projects, nuget is used to handle C++ packages.
    Nuget packages are working fine with WORKSPACE `http_archive` directives when explicitly specifying `type = "zip"`.
    
    However, when migrating to bzlmod, we ran into issues when the url in source.json is a nupkg file.
    This PR resolves that issue and allows consumption of nupkg archives as Bazel modules.
    
    Closes bazelbuild#23645.
    
    PiperOrigin-RevId: 680636414
    Change-Id: Ia7fd3fc738a2dd68b1063dba0dc847c5b0668401
    dpvdberg authored and bazel-io committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fa3e585 View commit details
    Browse the repository at this point in the history