Skip to content

Commit 820c7c6

Browse files
committed
Remove stripping
1 parent 31c3238 commit 820c7c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/write-dockerfile.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ WITH_SYSTEM_SPKG="${3:-yes}"
2626
IGNORE_MISSING_SYSTEM_PACKAGES="${4:-no}"
2727
EXTRA_SAGE_PACKAGES="${5:-_bootstrap}"
2828
##
29-
## Environment variables that take influence:
29+
## Environment variables that influence:
3030
##
3131
## - BOOTSTRAP
3232
## - CONFIGURE_ARGS
@@ -346,8 +346,6 @@ ENV SAGE_CHECK_PACKAGES="!cython,!python3,!cysignals,!linbox,!ppl,!cmake,!rpy2,!
346346
#:make:
347347
ARG TARGETS_PRE="all-sage-local"
348348
$RUN$CHECK_STATUS_THEN make SAGE_SPKG="sage-spkg -y -o" \${USE_MAKEFLAGS} \${TARGETS_PRE}$ENDRUN$THEN_SAVE_STATUS
349-
# Strip executables in local to reduce the image size
350-
RUN if command -v strip >/dev/null; then LC_ALL=C find local -type f -exec sh -c 'test -x "{}" && strip "{}"' ';' >/dev/null 2>&1; fi || true
351349
352350
FROM with-targets-pre AS with-targets
353351
ARG NUMPROC=8

0 commit comments

Comments
 (0)