Skip to content
Snippets Groups Projects
Commit 296e9886 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 c97df9ee
No related branches found
No related tags found
No related merge requests found
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 / ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment