Merge branch '2024-02-vls-git-hash' into 'main'
fix VLS_GIT_HASH handling See merge request lightning-signer/vls-container!22
This commit is contained in:
commit
4eab2f968a
@ -85,11 +85,11 @@ RUN apk update && \
|
||||
protobuf-dev \
|
||||
rust
|
||||
|
||||
ARG VLS_GIT_HASH=3abcd9525ff8da751a4a450ea40753f8bfbb80dd \
|
||||
ARG VLS_GIT_HASH=5712eb74b672ffd8b691b9e772e05a827d03e7df \
|
||||
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
|
||||
RUN echo building remote_hsmd_socket from hash: $VLS_GIT_HASH
|
||||
RUN git clone $VLS_REPO vls
|
||||
RUN cd vls && \
|
||||
echo building $VLS_GIT_HASH \
|
||||
git checkout $VLS_GIT_HASH && \
|
||||
cargo install --locked --path ./vls-proxy --bin remote_hsmd_socket --profile release --root /usr/local/ && \
|
||||
cargo clean
|
||||
|
@ -12,10 +12,10 @@ RUN apk update && \
|
||||
protobuf-dev \
|
||||
rust
|
||||
|
||||
ARG VLS_GIT_HASH=3abcd9525ff8da751a4a450ea40753f8bfbb80dd
|
||||
ARG VLS_GIT_HASH=5712eb74b672ffd8b691b9e772e05a827d03e7df
|
||||
RUN echo building vlsd from hash: $VLS_GIT_HASH
|
||||
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
||||
RUN cd vls && \
|
||||
echo building $VLS_GIT_HASH \
|
||||
git checkout $VLS_GIT_HASH && \
|
||||
cargo install --locked --path ./vls-proxy --bin vlsd2 --profile release --root /usr/local/ && \
|
||||
cargo install --locked --path ./vls-cli --profile release --root /usr/local/ && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user