Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement proper executable spawn #5127

Merged
merged 4 commits into from
Oct 3, 2024
Merged

Implement proper executable spawn #5127

merged 4 commits into from
Oct 3, 2024

Conversation

maminrayej
Copy link
Contributor

@maminrayej maminrayej commented Oct 2, 2024

This PR adds support for exec-name annotation for overriding the name that is passed to an executable as arg0. Also, previously when spawning a command using execve, the args and env vars specified in the manifest for that command, were not passed along properly. This would break some commands that expect specific env vars or args to function properly.

@maminrayej maminrayej marked this pull request as ready for review October 2, 2024 21:44
@maminrayej maminrayej changed the title Add support for exec-name and transfer args and envs after execve Implement proper executable spawn Oct 3, 2024
@syrusakbary syrusakbary enabled auto-merge October 3, 2024 13:52
@syrusakbary syrusakbary merged commit 1433cbd into main Oct 3, 2024
63 of 64 checks passed
@syrusakbary syrusakbary deleted the proper-package-spawn branch October 3, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants