chore(scripts/setup-ubuntu): retarget symbolic link to prepare for aosp-libs package#23054
Conversation
|
Please add both symlinks, and then we can remove the old one after the bionic-host PR has been merged. This way bionic-host/aosp-libs is buildable even in the transition period |
|
I am sorry for the inaccurate title, technically, using exact terminology, this is "retargeting" not "renaming" the symbolic link, I could try to use something like this, but I think this probably wouldn't work, I will still test this, if this is what you mean: $SUDO ln -sf /data/data/com.termux/files/usr/opt/bionic-host /system
$SUDO ln -sf /data/data/com.termux/files/usr/opt/aosp /data/data/com.termux/files/usr/opt/bionic-host |
|
I tried those commands, and unfortunately, doing that does cause this error at this line of the current termux-packages/packages/bionic-host/build.sh Line 102 in 59355b9 I'll think about this problem for a while and try to find out if there is any kind of solution that meets the continuous uptime requirements. |
|
Ah, right, sorry, I read to fast and thought the symlinks were the other way around. Nevermind! Let's get this in, should be pretty safe since only bionic-host is affected.. |
…-libs package Dependency of termux#22906
b3c2e00 to
12b5775
Compare
|
Thanks! |
|
licy183 appears to have invented/suggested a way to potentially remove the need for the symbolic link being inside the docker image, by reorganizing the mounting arguments of the The original reason I modified the |
Uh oh!
There was an error while loading. Please reload this page.