Skip to content
Snippets Groups Projects
Commit 3f2d4910 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Disabled binary stripping for release image

parent 896a98fa
Branches
Tags
1 merge request!25Resolve "ACTS still using wrong EIGEN version"
...@@ -5,11 +5,11 @@ FROM eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:@TAG@ as build ...@@ -5,11 +5,11 @@ FROM eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:@TAG@ as build
RUN cd /opt/spack-environment && spack env activate . && spack gc -y RUN cd /opt/spack-environment && spack env activate . && spack gc -y
# Strip all the binaries # Strip all the binaries
RUN find -L /usr/local/* -type f -exec readlink -f '{}' \; | \ #RUN find -L /usr/local/* -type f -exec readlink -f '{}' \; | \
xargs file -i | \ #xargs file -i | \
grep 'charset=binary' | \ #grep 'charset=binary' | \
grep 'x-executable\|x-archive\|x-sharedlib' | \ #grep 'x-executable\|x-archive\|x-sharedlib' | \
awk -F: '{print $1}' | xargs strip -s #awk -F: '{print $1}' | xargs strip -s
FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_minimal:testing-20201117 FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_minimal:testing-20201117
LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment