Revert strip on Docker

This commit is contained in:
JP Simard 2022-03-18 21:01:50 -04:00
parent e06da98b6b
commit 702b36a781
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ RUN swift build $SWIFT_FLAGS
RUN mkdir -p /executables
RUN for executable in $(swift package completion-tool list-executables); do \
install -v `swift build $SWIFT_FLAGS --show-bin-path`/$executable /executables; \
strip -rSTX /executables/$executable; \
done
# runtime image

View File

@ -20,7 +20,6 @@ RUN swift build $SWIFT_FLAGS
RUN mkdir -p /executables
RUN for executable in $(swift package completion-tool list-executables); do \
install -v `swift build $SWIFT_FLAGS --show-bin-path`/$executable /executables; \
strip -rSTX /executables/$executable; \
done
# runtime image