[PR #1107] [CLOSED] Fix bazel build #1659

Closed
opened 2026-01-29 20:55:12 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1107
Author: @eustas
Created: 12/29/2023
Status: Closed

Base: masterHead: babi


📝 Commits (1)

  • 2bee46b Fix (+ simplify, improve) Bazel build

📊 Changes

11 files changed (+78 additions, -105 deletions)

View changed files

📝 .gitattributes (+0 -1)
📝 .github/workflows/build_test.yml (+8 -8)
📝 BUILD.bazel (+8 -26)
compiler_config_setting.bzl (+0 -40)
📝 go/WORKSPACE.bazel (+7 -7)
📝 java/BUILD.bazel (+35 -5)
📝 java/WORKSPACE.bazel (+5 -5)
📝 java/org/brotli/integration/BUILD.bazel (+12 -10)
📝 java/org/brotli/wrapper/common/BUILD.bazel (+1 -1)
📝 java/org/brotli/wrapper/dec/BUILD.bazel (+1 -1)
📝 java/org/brotli/wrapper/enc/BUILD.bazel (+1 -1)

📄 Description

Drive-by: simplify constraints


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1107 **Author:** [@eustas](https://github.com/eustas) **Created:** 12/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `babi` --- ### 📝 Commits (1) - [`2bee46b`](https://github.com/google/brotli/commit/2bee46b41f675d11af9850bf7565b12cbb657397) Fix (+ simplify, improve) Bazel build ### 📊 Changes **11 files changed** (+78 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+0 -1) 📝 `.github/workflows/build_test.yml` (+8 -8) 📝 `BUILD.bazel` (+8 -26) ➖ `compiler_config_setting.bzl` (+0 -40) 📝 `go/WORKSPACE.bazel` (+7 -7) 📝 `java/BUILD.bazel` (+35 -5) 📝 `java/WORKSPACE.bazel` (+5 -5) 📝 `java/org/brotli/integration/BUILD.bazel` (+12 -10) 📝 `java/org/brotli/wrapper/common/BUILD.bazel` (+1 -1) 📝 `java/org/brotli/wrapper/dec/BUILD.bazel` (+1 -1) 📝 `java/org/brotli/wrapper/enc/BUILD.bazel` (+1 -1) </details> ### 📄 Description Drive-by: simplify constraints --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:55:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1659