From 3374fc669c7f275ad7ad7753f609b1dfb55a4518 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 10 Nov 2023 19:20:59 -0600 Subject: [PATCH] Remove redundant strip in build steps --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 58774f7..c915bf0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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