-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Bullseye var file to Octave and MCA roles #358
base: master
Are you sure you want to change the base?
Conversation
- "make{{ (pkg_version_make | length > 0) | ternary('=' + pkg_version_make, '') }}" | ||
- "libtool{{ (pkg_version_libtool | length > 0) | ternary('=' + pkg_version_libtool, '') }}" | ||
- "g++{{ (pkg_version_gplusplus | length > 0) | ternary('=' + pkg_version_gplusplus, '') }}" | ||
- "epics-dev{{ (pkg_version_epics_dev | length > 0) | ternary('=' + pkg_version_epics_dev, '') }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should hold this until we solve the NSLS2 apt package situation.
Running some tests on my machine I found out that using debian stretch repositories are breaking seemingly unrelated packages. I propose we build everything we need from source.
@anacso17 what about this PR? Should we still hold it? |
@rbatistacardoso could we close this PR for now? |
No description provided.