Skip to content

Commit

Permalink
Update brotli, remove custom BUILD file (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau authored Jul 3, 2023
1 parent 4fb4dbd commit 1e8b83f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 159 deletions.
13 changes: 5 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,14 @@ http_archive(
build_file = "//:build/BUILD.sqlite3",
)

# Using latest brotli commit due to macOS compile issues with v1.0.9, switch to a release version
# later.
# TODO(soon): Using a modified build file as brotli bazel build is broken using clang-cl on
# Windows, make a PR to fix this soon.
# Using latest brotli commit due to macOS and clang-cl compile issues with v1.0.9, switch to a
# release version later.
http_archive(
name = "brotli",
sha256 = "e33f397d86aaa7f3e786bdf01a7b5cff4101cfb20041c04b313b149d34332f64",
strip_prefix = "google-brotli-ed1995b",
sha256 = "9795b1b2afcc62c254012b1584e849e0c628ceb306756efee8d4539b4c583c09",
strip_prefix = "google-brotli-ec107cf",
type = "tgz",
urls = ["https://github.com/google/brotli/tarball/ed1995b6bda19244070ab5d331111f16f67c8054"],
build_file = "//:build/BUILD.brotli",
urls = ["https://github.com/google/brotli/tarball/ec107cf015139c791f79afac0f96c3a2c45e157f"],
)

# ========================================================================================
Expand Down
151 changes: 0 additions & 151 deletions build/BUILD.brotli

This file was deleted.

0 comments on commit 1e8b83f

Please sign in to comment.