Updating miniz library from version 2.0.8 -> 2.1.0 (#79636)

Summary:
This PR updates the miniz library from version 2.0.8 to 2.1.0.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/79636
Approved by: https://github.com/albanD
This commit is contained in:
Md Aamir Raihan
2022-06-22 15:02:16 +00:00
committed by PyTorch MergeBot
parent 28a7ee8cec
commit 7ea723b8f6
19 changed files with 206 additions and 101 deletions

View File

@ -165,9 +165,9 @@ cxx_library(
cxx_library(
name = "miniz",
srcs = ["miniz-2.0.8/miniz.c"],
srcs = ["miniz-2.1.0/miniz.c"],
header_namespace = "",
exported_headers = {"miniz.h": "miniz-2.0.8/miniz.h"},
exported_headers = {"miniz.h": "miniz-2.1.0/miniz.h"},
exported_preprocessor_flags = [
"-DMINIZ_DISABLE_ZIP_READER_CRC32_CHECKS",
],