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

feat: rm libQt5Core ABI fix (we use Qt6 now; linux kernel 3.x hopefully EOL)

parent e2c261f5
No related branches found
No related tags found
1 merge request!988feat: remove staging layer in container build
This commit is part of merge request !988. Comments created here will be created in the context of that merge request.
......@@ -256,17 +256,6 @@ WORKDIR /
## ========================================================================================
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
set -ex
spack debug report | sed "s/^/ - /" | sed "s/\* \*\*//" | sed "s/\*\*//" >> /etc/jug_info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment