Remove redundant strip in build steps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-11-10 19:20:59 -06:00
parent 6d5fd0d4e0
commit 3374fc669c

View file

@ -122,7 +122,6 @@ steps:
pull: always
commands:
- cargo build --target=$TARGET --release
- $TOOL-strip target/$TARGET/release/pict-rs
- cp target/$TARGET/release/pict-rs .
- cp pict-rs pict-rs-linux-amd64
@ -214,7 +213,6 @@ steps:
pull: always
commands:
- cargo build --target=$TARGET --release
- $TOOL-strip target/$TARGET/release/pict-rs
- cp target/$TARGET/release/pict-rs .
- cp pict-rs pict-rs-linux-arm64v8
@ -306,7 +304,6 @@ steps:
pull: always
commands:
- cargo build --target=$TARGET --release
- $TOOL-strip target/$TARGET/release/pict-rs
- cp target/$TARGET/release/pict-rs .
- cp pict-rs pict-rs-linux-arm32v7