Original PR: https://github.com/sickcodes/Docker-OSX/pull/159 Author: @sickcodes Created: 3/1/2021 Status: ❌ Closed
Base: master ← Head: glibc-revert-wip
master
glibc-revert-wip
b79f26a
57f1532
3 files changed (+0 additions, -33 deletions)
📝 Dockerfile (+0 -21) 📝 Dockerfile.auto (+0 -6) 📝 Dockerfile.naked (+0 -6)
Dockerfile
Dockerfile.auto
Dockerfile.naked
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.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/159
Author: @sickcodes
Created: 3/1/2021
Status: ❌ Closed
Base:
master← Head:glibc-revert-wip📝 Commits (2)
b79f26aRevert glibc patch when applicable.57f1532Merge 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:
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.