mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 01:14:56 +00:00
deploy: f59876caebdac67e4cd2a7859208bfd51f137e83
This commit is contained in:
parent
4af9d7af24
commit
ab380702d4
@ -45,13 +45,8 @@ pipeline {
|
|||||||
/* Avoid checking multiple times. */
|
/* Avoid checking multiple times. */
|
||||||
v1changed = versionWasChanged('v1')
|
v1changed = versionWasChanged('v1')
|
||||||
v2changed = versionWasChanged('v2')
|
v2changed = versionWasChanged('v2')
|
||||||
/* Building Nim compiler takes a while. */
|
/* TODO: Re-add caching of Nim compiler. */
|
||||||
cache(maxCacheSize: 250, caches: [[
|
|
||||||
$class: 'ArbitraryFileCache', excludes: '', includes: '**/*',
|
|
||||||
path: 'vendor/nimbus-build-system/vendor/Nim/bin',
|
|
||||||
]]) {
|
|
||||||
sh "make V=${params.VERBOSITY} update"
|
sh "make V=${params.VERBOSITY} update"
|
||||||
}
|
|
||||||
sh "make V=${params.VERBOSITY} deps"
|
sh "make V=${params.VERBOSITY} deps"
|
||||||
} } }
|
} } }
|
||||||
|
|
||||||
|
@ -882,10 +882,10 @@ VERSION = version-unused
|
|||||||
VIEW_FILE = mmapio.lo
|
VIEW_FILE = mmapio.lo
|
||||||
WARN_FLAGS = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual
|
WARN_FLAGS = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual
|
||||||
XZ = xz
|
XZ = xz
|
||||||
abs_builddir = /home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
abs_builddir = /home/runner/work/nwaku/nwaku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
||||||
abs_srcdir = /home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
abs_srcdir = /home/runner/work/nwaku/nwaku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
||||||
abs_top_builddir = /home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
abs_top_builddir = /home/runner/work/nwaku/nwaku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
||||||
abs_top_srcdir = /home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
abs_top_srcdir = /home/runner/work/nwaku/nwaku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream
|
||||||
ac_ct_CC = gcc
|
ac_ct_CC = gcc
|
||||||
ac_ct_DUMPBIN = link -dump
|
ac_ct_DUMPBIN = link -dump
|
||||||
am__leading_dot = .
|
am__leading_dot = .
|
||||||
@ -911,7 +911,7 @@ host_vendor = unknown
|
|||||||
htmldir = ${docdir}
|
htmldir = ${docdir}
|
||||||
includedir = ${prefix}/include
|
includedir = ${prefix}/include
|
||||||
infodir = ${datarootdir}/info
|
infodir = ${datarootdir}/info
|
||||||
install_sh = ${SHELL} /home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/install-sh
|
install_sh = ${SHELL} /home/runner/work/nwaku/nwaku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/install-sh
|
||||||
libdir = /usr/lib
|
libdir = /usr/lib
|
||||||
libexecdir = ${exec_prefix}/libexec
|
libexecdir = ${exec_prefix}/libexec
|
||||||
libtool_VERSION = 1:0:0
|
libtool_VERSION = 1:0:0
|
||||||
|
@ -437,7 +437,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
|
|||||||
This config.status script is free software; the Free Software Foundation
|
This config.status script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it."
|
gives unlimited permission to copy, distribute and modify it."
|
||||||
|
|
||||||
ac_pwd='/home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream'
|
ac_pwd='/home/runner/work/nwaku/nwaku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream'
|
||||||
srcdir='.'
|
srcdir='.'
|
||||||
INSTALL='/usr/bin/install -c'
|
INSTALL='/usr/bin/install -c'
|
||||||
MKDIR_P='/usr/bin/mkdir -p'
|
MKDIR_P='/usr/bin/mkdir -p'
|
||||||
@ -902,7 +902,7 @@ S["mkdir_p"]="$(MKDIR_P)"
|
|||||||
S["MKDIR_P"]="/usr/bin/mkdir -p"
|
S["MKDIR_P"]="/usr/bin/mkdir -p"
|
||||||
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
|
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
|
||||||
S["STRIP"]="strip"
|
S["STRIP"]="strip"
|
||||||
S["install_sh"]="${SHELL} /home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/install-sh"
|
S["install_sh"]="${SHELL} /home/runner/work/nwaku/nwaku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/install-sh"
|
||||||
S["MAKEINFO"]="makeinfo"
|
S["MAKEINFO"]="makeinfo"
|
||||||
S["AUTOHEADER"]="autoheader"
|
S["AUTOHEADER"]="autoheader"
|
||||||
S["AUTOMAKE"]="automake-1.15"
|
S["AUTOMAKE"]="automake-1.15"
|
||||||
|
@ -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-az449-568:
|
# Libtool was configured on host fv-az453-266:
|
||||||
# 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user