deploy: a2dca360d1274469367bab2cf0694757b01c7596

This commit is contained in:
jakubgs 2022-10-05 20:05:57 +00:00
parent 8926a90f28
commit c806a5b634
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ COPY . .
RUN git submodule update --init --recursive RUN git submodule update --init --recursive
# Slowest build step for the sake of caching layers # Slowest build step for the sake of caching layers
RUN make -j$(nproc) deps RUN make -j$(nproc) deps RLN="$RLN"
# Build the final node binary # Build the final node binary
RUN make -j$(nproc) $MAKE_TARGET NIMFLAGS="$NIMFLAGS" RLN="$RLN" RUN make -j$(nproc) $MAKE_TARGET NIMFLAGS="$NIMFLAGS" RLN="$RLN"

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services. # libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused # Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az334-137: # Libtool was configured on host fv-az353-452:
# NOTE: Changes made to this file will be lost: look at ltmain.sh. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
# #
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,