restore toml cache regression
This commit is contained in:
@@ -120,7 +120,7 @@ if (target_pkg) {
|
||||
}
|
||||
}
|
||||
|
||||
if (length(updated_packages)) > 0) {
|
||||
if (length(updated_packages) > 0) {
|
||||
log.console("Updated " + text(length(updated_packages)) + " package" + (length(updated_packages) == 1 ? "" : "s") + ".")
|
||||
} else {
|
||||
log.console("All packages are up to date.")
|
||||
@@ -135,13 +135,12 @@ if (run_build && length(updated_packages) > 0) {
|
||||
arrfor(updated_packages, function(pkg) {
|
||||
try {
|
||||
var lib = build.build_dynamic(pkg, target_triple, 'release')
|
||||
if (lib) {
|
||||
if (lib)
|
||||
log.console(" Built: " + lib)
|
||||
}
|
||||
} catch (e) {
|
||||
log.error(" Failed to build " + pkg + ": " + e)
|
||||
}
|
||||
}, null, null)
|
||||
})
|
||||
}
|
||||
|
||||
$stop()
|
||||
|
||||
Reference in New Issue
Block a user