Re: [scl.org] How to use SCL inside a container

2020-07-27 Thread Zach Huntington Meath
Jonathan, I've had some success with containers and trying to use the SCL while the container is running. What I've had success with is adding the script like you had up there to /etc/profile.d and then it'll run when any bash instance is started. Something like this:

Re: [scl.org] How to use SCL inside a container

2020-07-27 Thread Stefan Ring
On Mon, Jul 27, 2020 at 12:23 PM Jonathan MERCIER wrote: > > Dear I tried to build a container both with docker and buildah and got the > same message error from gitlab-ci > > ---> https://gitlab.com/jonathan-dlang/scl_metapackage/-/jobs/657306213 No access rights. > $ scl load

[scl.org] How to use SCL inside a container

2020-07-27 Thread Jonathan MERCIER
Dear I tried to build a container both with docker and buildah and got the same message error from gitlab-ci ---> https://gitlab.com/jonathan-dlang/scl_metapackage/-/jobs/657306213 $ scl load "${SCL_VENDOR}-${SCL_COLLECTION}${DLANG_VERSION}" 31