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

Support decompressing zstd tar archives for repository rules. #15026

Closed
wants to merge 1 commit into from

Conversation

benjaminp
Copy link
Collaborator

This is mostly a rebase of #11968 with a few tweaks of my own.

Fixes #10342.

Co-authored-by: Grzegorz Lukasik [email protected]

RELNOTES[new]: repository_ctx.extract, and thus http_archive, can now decompress zstandard-compressed archives.

This is mostly a rebase of bazelbuild#11968 with a few tweaks of my own.

Fixes bazelbuild#10342.

Co-authored-by: Grzegorz Lukasik <[email protected]>

RELNOTES[new]: `repository_ctx.extract`, and thus `http_archive`, can now decompress zstandard-compressed archives.
@bazel-io bazel-io closed this in 00d74ff Mar 21, 2022
brentleyjones pushed a commit to brentleyjones/bazel that referenced this pull request Mar 21, 2022
This is mostly a rebase of bazelbuild#11968 with a few tweaks of my own.

Fixes bazelbuild#10342.

Co-authored-by: Grzegorz Lukasik <[email protected]>

RELNOTES[new]: `repository_ctx.extract`, and thus `http_archive`, can now decompress zstandard-compressed archives.

Closes bazelbuild#15026.

PiperOrigin-RevId: 436146779
(cherry picked from commit 00d74ff)
Wyverald pushed a commit that referenced this pull request Mar 21, 2022
This is mostly a rebase of #11968 with a few tweaks of my own.

Fixes #10342.

Co-authored-by: Grzegorz Lukasik <[email protected]>

RELNOTES[new]: `repository_ctx.extract`, and thus `http_archive`, can now decompress zstandard-compressed archives.

Closes #15026.

PiperOrigin-RevId: 436146779
(cherry picked from commit 00d74ff)

Co-authored-by: Benjamin Peterson <[email protected]>
@benjaminp benjaminp deleted the zstd-archives branch March 21, 2022 14:54
@ShreeM01 ShreeM01 added the team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for .tar.zst to http_archive
3 participants