mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 03:11:24 +00:00
Remove redundant strip in build steps
This commit is contained in:
parent
6d5fd0d4e0
commit
3374fc669c
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue