Skip to content

Conversation

akallabeth
Copy link
Contributor

sometimes just running apt-get install is not enough, so allow providing arbitrary installation commands

[note] I am aware that the commands can (currently) just be added to cmake_command but I do find that a bit ugly.

sometimes just running apt-get install is not enouogh, so allow
providing arbitrary installation commands

Signed-off-by: akallabeth <[email protected]>
Copy link
Owner

@ZedThree ZedThree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @akallabeth, this is a nice addition! Just a couple of comments -- we need to handle quotes carefully, because there's a thousand ways yaml handles strings, and we can't rely on the user having quoted the command. And that's before it gets passed through a shell, which might do its own weird things

akallabeth and others added 2 commits March 25, 2025 15:32
Co-authored-by: Peter Hill <[email protected]>
Co-authored-by: Peter Hill <[email protected]>
Copy link
Owner

@ZedThree ZedThree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @akallabeth!

@ZedThree ZedThree merged commit 237487f into ZedThree:master Mar 25, 2025
1 check passed
@akallabeth
Copy link
Contributor Author

you're welcome!

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