Don't strip in buildenv
This commit is contained in:
parent
61f25941e8
commit
f151dee339
@ -15,7 +15,6 @@ RUN apt update &&\
|
|||||||
#compile some deps
|
#compile some deps
|
||||||
RUN cargo install wasm-pack &&\
|
RUN cargo install wasm-pack &&\
|
||||||
cargo install grcov &&\
|
cargo install grcov &&\
|
||||||
strip /root/.cargo/bin/* &&\
|
|
||||||
rm -fr ~/.cargo/registry
|
rm -fr ~/.cargo/registry
|
||||||
|
|
||||||
#set some compilation parametters
|
#set some compilation parametters
|
||||||
|
Loading…
Reference in New Issue
Block a user