Revert strip on Docker
This commit is contained in:
parent
e06da98b6b
commit
702b36a781
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue