You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
I maintain a community package for dnsname in Alpine Linux. Alpine prefers to run the testing suite on every package when it gets built, but running as root is not allowed. Is there any way to make it possible to run the tests without root?
I tried using fakeroot, but that works by injecting alternate dynamic libraries with LD_PRELOAD. Since Go implements its own interface over the system calls and statically links it, fakeroot doesn't work. Also, it looks like root is needed for controlling mounts, and I'm not sure that fakeroot allows that anyway.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I maintain a community package for dnsname in Alpine Linux. Alpine prefers to run the testing suite on every package when it gets built, but running as root is not allowed. Is there any way to make it possible to run the tests without root?
I tried using fakeroot, but that works by injecting alternate dynamic libraries with LD_PRELOAD. Since Go implements its own interface over the system calls and statically links it, fakeroot doesn't work. Also, it looks like root is needed for controlling mounts, and I'm not sure that fakeroot allows that anyway.
The text was updated successfully, but these errors were encountered: