deploy: 878804e16585808b454480c992f6d0445ecd35e7

This commit is contained in:
oskarth 2022-03-26 05:31:56 +00:00
parent 0b05ff00bd
commit ca7d9cae77
2 changed files with 2 additions and 4 deletions

View File

@ -44,9 +44,7 @@ RUN ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.3
COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/
# If rln enabled: fix for 'Error loading shared library vendor/rln/target/debug/librln.so: No such file or directory'
# It is vital to append * to the optional files, otherwise, COPY will throw an error
# the librln.so may/may not exist depending on whether the rln compiler flag is part of NIM_PARAMS or not
COPY --from=nim-build /app*/vendor/rln/target/debug/librln.so vendor/rln/target/debug/librln.so
# COPY --from=nim-build /app/vendor/rln/target/debug/librln.so vendor/rln/target/debug/librln.so
# Copy migration scripts for DB upgrades
COPY --from=nim-build /app/waku/v2/node/storage/migration/migrations_scripts/ /app/waku/v2/node/storage/migration/migrations_scripts/

View File

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