termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

enhance(root/runc): static build runc to avoid runtime linker deadlock

Open tomaszduda23 opened this issue 4 months ago • 15 comments

After creating new namespace runc deadlocks in dlopen on android 14. Switching to static build so there is no problem with dl anymore. It include workaround for https://github.com/golang/go/issues/59942

tomaszduda23 avatar Oct 04 '24 17:10 tomaszduda23