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

gcc-12 doesn't work in container #46

Open
derickson2402 opened this issue Sep 25, 2023 · 0 comments
Open

gcc-12 doesn't work in container #46

derickson2402 opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@derickson2402
Copy link
Owner

some sort of bug is happening when using scl enable from inside a wrapper script, so gcc-12 doesnt work due to linker errors.

current fix is to use a different container tag dockerized-caen:gcc12 which has gcc-12.2.1 enabled and set as default.

down the road, would be best to just have different tags for the different programs in the container and have a seperate base image rather than trying to do 1 container that is identical to caen. fixes this issue, makes more sense as a container infrastructure, and also wayyyy decreases the image size

@derickson2402 derickson2402 added the bug Something isn't working label Sep 25, 2023
@derickson2402 derickson2402 self-assigned this Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant