bump vendor/nimbus-build-system
This commit is contained in:
parent
23daa966be
commit
46a99c35f0
|
@ -24,10 +24,12 @@ ARG GIT_REVISION
|
|||
ARG NETWORK_NIM_FLAGS
|
||||
ARG MARCH_NIM_FLAGS
|
||||
|
||||
# TODO: remove the double update after devel is merged into master
|
||||
RUN cd /root/nim-beacon-chain \
|
||||
&& git fetch \
|
||||
&& git reset --hard ${GIT_REVISION} \
|
||||
&& make -j$(nproc) update \
|
||||
&& make -j$(nproc) update \
|
||||
&& make LOG_LEVEL=TRACE NIMFLAGS="-d:insecure -d:testnet_servers_image ${NETWORK_NIM_FLAGS} ${MARCH_NIM_FLAGS}" beacon_node
|
||||
|
||||
# --------------------------------- #
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4ce1ae394ad34faf9922a6c5345ecf8929ab3c25
|
||||
Subproject commit 1c9feb0d66fbd8e55560543aee96d3e0d33c6c0f
|
Loading…
Reference in New Issue