You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
some sort of bug is happening when using
scl enable
from inside a wrapper script, sogcc-12
doesnt work due to linker errors.current fix is to use a different container tag
dockerized-caen:gcc12
which hasgcc-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
The text was updated successfully, but these errors were encountered: