[PR #1412] Support building w/ Bazel 9 #2019

Open
opened 2026-01-29 20:56:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1412
Author: @robinlinden
Created: 1/20/2026
Status: 🔄 Open

Base: masterHead: bazel-9-support


📝 Commits (1)

  • e2bb23c Support building w/ Bazel 9

📊 Changes

3 files changed (+452 additions, -0 deletions)

View changed files

📝 BUILD.bazel (+2 -0)
📝 MODULE.bazel (+2 -0)
MODULE.bazel.lock (+448 -0)

📄 Description

The builtin cc rules have been removed, and now have to be loaded from rules_cc.

Resolves #1405


🔄 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/1412 **Author:** [@robinlinden](https://github.com/robinlinden) **Created:** 1/20/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `bazel-9-support` --- ### 📝 Commits (1) - [`e2bb23c`](https://github.com/google/brotli/commit/e2bb23c8d9e00606ad274ec9efb4970c7402b469) Support building w/ Bazel 9 ### 📊 Changes **3 files changed** (+452 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BUILD.bazel` (+2 -0) 📝 `MODULE.bazel` (+2 -0) ➕ `MODULE.bazel.lock` (+448 -0) </details> ### 📄 Description The builtin cc rules have been removed, and now have to be loaded from rules_cc. Resolves #1405 --- <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:56:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#2019