-
Notifications
You must be signed in to change notification settings - Fork 20
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
pyauditor install broken in latest docker image #320
Comments
Thanks a lot for your report. I have rebuild the
Honestly, I do not have an idea what is broken right now. |
The problem occurs only if
For some reason the |
Ah, interesting, thanks for pointing this out! I will investigate why building from source does not work. |
We could track the issue down to a new version of one of the build tools (maturin) which apparently is not working right now for our setup. See ALU-Schumacher/AUDITOR#565 for more details. I've created a bugfix release which seems to work:
And just as a side note: Pyauditor is build from source in the cobald-tardis container because the pyauditor wheel is build using manylinux, which links against glibc, but the cobald-tardis container is based on alpine linux, which does not contain glibc. |
After #319 was merged into master, I wanted to try out the latest version of C/T.
I noticed that loading the auditor plugin fails. I could track this back back to a broken install of pyauditor in the docker container:
AuditorClientBuilder
and other classes are visible)python:3.10
container (as this is the version used by the C/T container), and there it also worksAny idea why this is happening?
The text was updated successfully, but these errors were encountered: