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

Build sudo-rs outside of the docker container #883

Closed
wants to merge 1 commit into from

Conversation

bjorn3
Copy link
Collaborator

@bjorn3 bjorn3 commented Oct 15, 2024

This significantly reduces the size of the container.

Should help with #874.

This significantly reduces the size of the container.
@bjorn3 bjorn3 force-pushed the ci_changes2 branch 4 times, most recently from 75fbf1b to a6f1eff Compare October 15, 2024 13:33
@bjorn3
Copy link
Collaborator Author

bjorn3 commented Oct 15, 2024

So, turns out in CI the glibc version used inside the container is older than used outside of it. Both su and sudo happen to not use any symbols which have a newer version than supported by the glibc version inside the container, but visudo uses at least one symbol which does have a newer version and thus fails to run inside the container if it was compiled outside of it.

@bjorn3 bjorn3 closed this Oct 15, 2024
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.

1 participant