use VLS_GIT_HASH in both dockerfiles
This commit is contained in:
parent
5962a36ae9
commit
07e561b828
@ -89,6 +89,7 @@ ARG VLS_GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad \
|
||||
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
|
||||
RUN git clone $VLS_REPO vls
|
||||
RUN cd vls && \
|
||||
echo building $VLS_GIT_HASH \
|
||||
git checkout $VLS_GIT_HASH && \
|
||||
cargo install --path ./vls-proxy --bin remote_hsmd_socket --profile release --root /usr/local/ && \
|
||||
cargo clean
|
||||
|
@ -12,10 +12,11 @@ RUN apk update && \
|
||||
protobuf-dev \
|
||||
rust
|
||||
|
||||
ARG GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad
|
||||
ARG VLS_GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad
|
||||
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
||||
RUN cd vls && \
|
||||
git checkout $GIT_HASH && \
|
||||
echo building $VLS_GIT_HASH \
|
||||
git checkout $VLS_GIT_HASH && \
|
||||
cargo install --path ./vls-proxy --bin vlsd2 --profile release --root /usr/local/ && \
|
||||
cargo install --path ./vls-cli --profile release --root /usr/local/ && \
|
||||
cargo clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user