From 296e9886e7431cb5ec62c6fd6c46bc1f0d731c06 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 2 Sep 2024 22:36:43 +0000 Subject: [PATCH] feat: rm libQt5Core ABI fix (we use Qt6 now; linux kernel 3.x hopefully EOL) --- containers/jug/dev.Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index d035a7432..f11a3a4e2 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -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 -- GitLab