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

Consider pre-installing clang / clang-runtime on plugin builders #150

Open
alanking opened this issue Jul 17, 2024 · 0 comments
Open

Consider pre-installing clang / clang-runtime on plugin builders #150

alanking opened this issue Jul 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@alanking
Copy link
Contributor

While testing changes to pam_interactive, I find myself waiting a very long time for builds using the plugin builder even though compilation usually only takes a couple of seconds. I believe most of this time is spent downloading and installing the clang and clang-runtime externals (mostly clang).

It may be beneficial to offer at least the option to build the plugin builders with a version or versions of clang installed as part of the image rather than having to do it every time the build hook is run.

@alanking alanking added the enhancement New feature or request label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant