Skip to content
Snippets Groups Projects
Commit 7a3e976c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: rm shell environment modifications

parent a403c684
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !565. Comments created here will be created in the context of that merge request.
......@@ -148,11 +148,8 @@ RUN --mount=type=cache,target=/var/cache/pip,sharing=locked,id=${TARGETPLATFORM}
## Including some small fixes
RUN cd /opt/spack-environment \
&& source $SPACK_ROOT/share/spack/setup-env.sh \
&& echo -n "" \
&& echo "Grabbing environment info" \
&& spack env activate --sh --dir /opt/spack-environment/${ENV} \
| sed "s?LD_LIBRARY_PATH=?&/lib/x86_64-linux-gnu:?" \
| sed '/MANPATH/ s/;$/:;/' \
> /etc/profile.d/z10_spack_environment.sh
## make sure we have the entrypoints setup correctly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment