deploy: c536c27f19df26e33c163d96379262e9adf5262f

This commit is contained in:
s1fr0 2022-04-19 11:28:05 +00:00
parent e319bb4efa
commit 9775a50c8b

View File

@ -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"
} } }