-
Notifications
You must be signed in to change notification settings - Fork 10
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
remove the need for perl in the engine environment #550
Comments
We are having some build issues with the toolbox perl dependency issues in some experimental userenvs which brings focus on this. Ultimately, we don't intend to require perl in the engine environment but it has snuck in because we are dependent on https://github.com/perftool-incubator/toolbox/blob/main/bin/get-json-settings.pl. We have decided to adjust this because it will fix the current problems being faced as well as reduce the size of the engine container images. |
The first step towards resolving this is creating a Python implementation of |
perftool-incubator/toolbox#84 has been merged. The second step is to change the engine code to use the new Python implementation of |
#551 has been merged. The third step is to remove the perl module requirements from the toolbox |
perftool-incubator/toolbox#85 has been merged The fourth and final (?) step is to remove all the perl packages that are "natively" included in the userenvs by the userenv embedded requirements. This is being address by #552. |
No description provided.
The text was updated successfully, but these errors were encountered: