mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-04 02:56:05 +00:00
parent
cb11c192d6
commit
f59876caeb
@ -45,13 +45,8 @@ pipeline {
|
||||
/* Avoid checking multiple times. */
|
||||
v1changed = versionWasChanged('v1')
|
||||
v2changed = versionWasChanged('v2')
|
||||
/* Building Nim compiler takes a while. */
|
||||
cache(maxCacheSize: 250, caches: [[
|
||||
$class: 'ArbitraryFileCache', excludes: '', includes: '**/*',
|
||||
path: 'vendor/nimbus-build-system/vendor/Nim/bin',
|
||||
]]) {
|
||||
sh "make V=${params.VERBOSITY} update"
|
||||
}
|
||||
/* TODO: Re-add caching of Nim compiler. */
|
||||
sh "make V=${params.VERBOSITY} update"
|
||||
sh "make V=${params.VERBOSITY} deps"
|
||||
} } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user