solana: pin wasm-pack version
Change-Id: Ic7bdb237fd43e5632c6dae9f669284fa5bcedc4b
This commit is contained in:
parent
d8a00e65e4
commit
57db7e7910
|
@ -7,7 +7,7 @@ RUN rustup default nightly-2021-08-01
|
||||||
|
|
||||||
WORKDIR /usr/src/bridge
|
WORKDIR /usr/src/bridge
|
||||||
|
|
||||||
RUN cargo install wasm-pack
|
RUN cargo install wasm-pack --vers 0.9.1
|
||||||
|
|
||||||
ENV RUST_LOG="solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=trace,solana_bpf_loader=debug,solana_rbpf=debug"
|
ENV RUST_LOG="solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=trace,solana_bpf_loader=debug,solana_rbpf=debug"
|
||||||
ENV EMITTER_ADDRESS="11111111111111111111111111111115"
|
ENV EMITTER_ADDRESS="11111111111111111111111111111115"
|
||||||
|
|
Loading…
Reference in New Issue