mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-08 20:45:25 +00:00
Don't strip in buildenv
This commit is contained in:
parent
61f25941e8
commit
f151dee339
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ RUN apt update &&\
|
|||
#compile some deps
|
||||
RUN cargo install wasm-pack &&\
|
||||
cargo install grcov &&\
|
||||
strip /root/.cargo/bin/* &&\
|
||||
rm -fr ~/.cargo/registry
|
||||
|
||||
#set some compilation parametters
|
||||
|
|
Loading…
Reference in a new issue