mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 11:14:49 +03:00
Reenable logs for successful builds.
This commit is contained in:
parent
21bbaea004
commit
e363a342fc
1 changed files with 7 additions and 0 deletions
|
@ -160,6 +160,13 @@ async function run() {
|
||||||
.forEach(r => core.info(`${r.attr} (${r.drvPath})`));
|
.forEach(r => core.info(`${r.attr} (${r.drvPath})`));
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
for (let r of statusResults.get(BuildStatus.SUCCESS)!) {
|
||||||
|
await core.group(
|
||||||
|
`Sucessfully built ${r.attr} (${r.drvPath})`,
|
||||||
|
() => nix.printLog(r.drvPath!).catch(() => undefined)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
for (let r of statusResults.get(BuildStatus.EVALUATION_FAILURE)!) {
|
for (let r of statusResults.get(BuildStatus.EVALUATION_FAILURE)!) {
|
||||||
core.startGroup(`Failed to evaluate ${r.attr}`)
|
core.startGroup(`Failed to evaluate ${r.attr}`)
|
||||||
core.warning(r.message)
|
core.warning(r.message)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue