Skip to content

Commit

Permalink
xz (Lzma) (#1465)
Browse files Browse the repository at this point in the history
@dzbarsky 

Do you think the xz, xzdec and lzmadec targets are needed too? I had
them disabled as only lzma was building, but I think lzma is the only
target that gets linked into any builds and xz is just for building a
standalone binary? Let me know your thoughts and I'll clean up this pr
to finalise.

resolves #1275

---------

Co-authored-by: Yun Peng <pcloudy@google.com>
Co-authored-by: Vertexwahn <julian.amann@tum.de>
  • Loading branch information
3 people committed Feb 29, 2024
1 parent a1d006c commit 5bdca6f
Show file tree
Hide file tree
Showing 5 changed files with 5,398 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/xz/5.4.5/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "xz",
version = "5.4.5",
)

bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
Loading

0 comments on commit 5bdca6f

Please sign in to comment.