Remove unused patch for libandroidfw#150
Conversation
The patch is unused now that the submodule is unused. I was a couple minutes too slow amending the previous PR include this deletion.
And GitHub Actions provides two pythons in their images. One is a custom framework, and the other is the homebrew python. They install the same files and then brew cannot update itself. Just wipe out the one not managed by a real package manager. Solution borrowed from https://github.com/mesonbuild/meson
|
Thank you for the github CI fix! |
|
It's a problem I've fought before. :) Github unfortunately does not consider it worthwhile to design their runners correctly such that brew install is able to update the files it installed... |
Interesting, what is their reasoning for doing such a controversial decision? |
|
https://github.com/orgs/Homebrew/discussions/3895#discussioncomment-4130560 I think it has more or less died the death of "no one is motivated to look at the issue". The primary way it manifests, anyway, is that whenever python is updated in homebrew then brew errors out, but most of the year brew doesn't try to touch the python installation, and so, doesn't notice it's broken. So by the time anyone gets around to looking at the problem, it's not a problem anymore? :D And then the problem comes back again, regularly... |
GITHUB:no nmeum/android-tools#150 The formula built, but is not symlinked into /usr/local ;##[error]The �rew link step did not complete successfully; Could not symlink bin/2to3;Target /usr/local/bin/2to3;already exists. You may want to remove it:rm '/usr/local/bin/2to3'
GITHUB:no nmeum/android-tools#150 The formula built, but is not symlinked into /usr/local ;##[error]The �rew link step did not complete successfully; Could not symlink bin/2to3;Target /usr/local/bin/2to3;already exists. You may want to remove it:rm '/usr/local/bin/2to3'
GITHUB:no nmeum/android-tools#150 The formula built, but is not symlinked into /usr/local ;##[error]The �rew link step did not complete successfully; Could not symlink bin/2to3;Target /usr/local/bin/2to3;already exists. You may want to remove it:rm '/usr/local/bin/2to3'
GITHUB:no nmeum/android-tools#150 The formula built, but is not symlinked into /usr/local ;##[error]The �rew link step did not complete successfully; Could not symlink bin/2to3;Target /usr/local/bin/2to3;already exists. You may want to remove it:rm '/usr/local/bin/2to3' Change-Id: Ica3abe89eb9a006e40fb519e0e0c90325a1b33e0
GITHUB:no nmeum/android-tools#150 The formula built, but is not symlinked into /usr/local ;##[error]The �rew link step did not complete successfully; Could not symlink bin/2to3;Target /usr/local/bin/2to3;already exists. You may want to remove it:rm '/usr/local/bin/2to3' Change-Id: Ica3abe89eb9a006e40fb519e0e0c90325a1b33e0
The patch is unused now that the submodule is unused. I was a couple minutes too slow amending the previous PR include this deletion.