-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[feature] allow embedding of conan extension in pyinstaller package #17713
Comments
Hi @peakschris Thanks for your feedback. Couple of comments:
Could you please clarify why? The
Please check https://blog.conan.io/2025/02/05/What-is-your-code-made-of-sboms.html. The SBOM functionality is being moved to built-in, due to its importance. Regarding the suggestion, |
For us, conan must work airgapped, and setting up a mirror of conan extensions only for this specific need seemed heavyweight. We were handing our other conan setup items via code in our bazel CLI. But this is interesting, perhaps I should investigate conan config install for more of our setup. If we can set up a git repo containing all our config it might simplify things.
This looks excellent. Could you clarify how this should be implemented and which version of conan it is available in (or if we should wait for an upcoming version)? I guess we need to change two aspects of our current automation:
|
Specially because of being airgapped, the first thing that you want to ensure is that the default
It was already included in latest Conan 2.12, and we have already started to get user feedback, so already iterating and improving it for next releases.
If you for example define a hook like the one in the blog post that I shared, the sbom will be automatically created for every package, put in the package metadata folder and be uploaded to the server automatically with the The
It depends on how/where are they generated. The example in the blog post put them in the |
What is your suggestion?
We are building our own pyinstaller package of conan and distributing this to our users. We would also like to embed one of the conan extensions in this package, because automating install of these extensions into every users' CONAN_HOME through the organisation is difficult to do reliably.
Is there a way to do this? It is specifically the sbom extension that we want to package.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: