Skip to content
Snippets Groups Projects

feat: remove staging layer in container build

Merged Wouter Deconinck requested to merge rm-staging into master
1 file
+ 0
11
Compare changes
  • Side-by-side
  • Inline
@@ -256,17 +256,6 @@ WORKDIR /
@@ -256,17 +256,6 @@ WORKDIR /
## ========================================================================================
## ========================================================================================
FROM builder as staging
FROM builder as staging
## Bugfix to address issues loading the Qt5 libraries on Linux kernels prior to 3.15
## See
#https://askubuntu.com/questions/1034313/ubuntu-18-4-libqt5core-so-5-cannot-open-shared-object-file-no-such-file-or-dir
## and links therin for more info
RUN <<EOF
set -ex
if [ -f /opt/local/lib/libQt5Core.so ] ; then
strip --remove-section=.note.ABI-tag /opt/local/lib/libQt5Core.so
fi
EOF
RUN <<EOF
RUN <<EOF
set -ex
set -ex
spack debug report | sed "s/^/ - /" | sed "s/\* \*\*//" | sed "s/\*\*//" >> /etc/jug_info
spack debug report | sed "s/^/ - /" | sed "s/\* \*\*//" | sed "s/\*\*//" >> /etc/jug_info
Loading