[PR #1241] [CLOSED] Update brotli to 1.1.0 to use pre-build binary for arm platform #1136

Closed
opened 2026-02-25 21:30:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/1241
Author: @fabien-github
Created: 9/13/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 8bcd8c9 Update brotli to 1.1.0 to use pre-build binary for arm platform

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Related to CI worflow failed : https://github.com/benbusby/whoogle-search/actions/runs/17689792324
Related to issue : https://github.com/benbusby/whoogle-search/issues/1239

Build of Brotli on ARM seems not working anymore, not sure why because docker builder steps seems to using a correct fixed image version, same for the requirements.txt

To reproduce on a x86_64 host :

sudo docker buildx create --name container-builder --driver docker-container --bootstrap --use
sudo docker buildx build --tag benbusby/whoogle-search:latest --platform linux/arm64

This PR is bumping brotli to the last version and bypass the building phase by using pre-builded binary provided by maintainers.

Don't know the impact of the upgrade on the projet. Feel free to close the PR.


🔄 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/benbusby/whoogle-search/pull/1241 **Author:** [@fabien-github](https://github.com/fabien-github) **Created:** 9/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`8bcd8c9`](https://github.com/benbusby/whoogle-search/commit/8bcd8c966ab4040b7499674073d03696122388fc) Update brotli to 1.1.0 to use pre-build binary for arm platform ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Related to CI worflow failed : https://github.com/benbusby/whoogle-search/actions/runs/17689792324 Related to issue : https://github.com/benbusby/whoogle-search/issues/1239 Build of Brotli on ARM seems not working anymore, not sure why because docker builder steps seems to using a correct fixed image version, same for the requirements.txt To reproduce on a x86_64 host : ``` sudo docker buildx create --name container-builder --driver docker-container --bootstrap --use sudo docker buildx build --tag benbusby/whoogle-search:latest --platform linux/arm64 ``` This PR is bumping brotli to the [last version](https://github.com/google/brotli/releases/tag/v1.1.0) and bypass the building phase by using pre-builded binary provided by maintainers. Don't know the impact of the upgrade on the projet. Feel free to close the PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:30:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#1136
No description provided.