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 Jun 11, 2020. It is now read-only.
Do you need to completely override the environment, or would being able to append lines be sufficient? I would like to continue to pass through the environment if possible.
I'd prefer to pass through the env variables (I'd seek to minimize the impact to the runtime and only alter the few bits absolutely necessary and needed). In the example above, it'd be extending the LD_LIBRARY_PATH so the .so files a user would upload would be found.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Suggest using
use execve instead of execv so that users can set and launch a runtime which may require specific .so files or other env variables
For example:
The text was updated successfully, but these errors were encountered: