[PR #159] [CLOSED] Revert glibc patch when applicable. #715

Closed
opened 2025-12-29 01:24:48 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/159
Author: @sickcodes
Created: 3/1/2021
Status: Closed

Base: masterHead: glibc-revert-wip


📝 Commits (2)

  • b79f26a Revert glibc patch when applicable.
  • 57f1532 Merge branch 'master' into glibc-revert-wip

📊 Changes

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

View changed files

📝 Dockerfile (+0 -21)
📝 Dockerfile.auto (+0 -6)
📝 Dockerfile.naked (+0 -6)

📄 Description

We currently have a dirty fix that looks like this:

# TEMP-FIX for pacman issue
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
    && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \
    && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine."
# TEMP-FIX for pacman issue

This PR is just a reminder to repeat build tests until it's fixed upstream as noted:

https://github.com/sickcodes/Docker-OSX/issues/144

https://github.com/sickcodes/Docker-OSX/pull/150

https://github.com/sickcodes/Docker-OSX/pull/152


🔄 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/sickcodes/Docker-OSX/pull/159 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 3/1/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `glibc-revert-wip` --- ### 📝 Commits (2) - [`b79f26a`](https://github.com/sickcodes/Docker-OSX/commit/b79f26a50877673890dabbce2552252d75b4c03e) Revert glibc patch when applicable. - [`57f1532`](https://github.com/sickcodes/Docker-OSX/commit/57f1532dd147d4b02aff1edab5ac988f3fb3e424) Merge branch 'master' into glibc-revert-wip ### 📊 Changes **3 files changed** (+0 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+0 -21) 📝 `Dockerfile.auto` (+0 -6) 📝 `Dockerfile.naked` (+0 -6) </details> ### 📄 Description We currently have a dirty fix that looks like this: ```bash # TEMP-FIX for pacman issue RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \ && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \ && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." # TEMP-FIX for pacman issue ``` This PR is just a reminder to repeat build tests until it's fixed upstream as noted: https://github.com/sickcodes/Docker-OSX/issues/144 https://github.com/sickcodes/Docker-OSX/pull/150 https://github.com/sickcodes/Docker-OSX/pull/152 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:24:48 +01:00
adam closed this issue 2025-12-29 01:24:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#715