Don't strip in buildenv
This commit is contained in:
parent
61f25941e8
commit
f151dee339
@ -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 New Issue
Block a user