Page MenuHomePhabricator

depends: Add file-based logging for individual packages
ClosedPublic

Authored by PiRK on Feb 12 2024, 12:08.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC5438909312f7: depends: Add file-based logging for individual packages
Summary

This is a backport of core#19952
Depends on D15423

Test Plan

guix build, gitian builds

make -C depends HOST=x86_64-linux LOG=1
find ./depends/built/x86_64-linux -name '*.log' | sort

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Feb 12 2024, 12:08

@bot gitian-linux gitian-win gitian-osx

PiRK planned changes to this revision.Feb 12 2024, 12:11

that was meant to be a draft until the gitian builds finish

PiRK requested review of this revision.Feb 12 2024, 15:25
Fabien requested changes to this revision.Feb 12 2024, 16:58
Fabien added a subscriber: Fabien.

The test plan does not test the changes

This revision now requires changes to proceed.Feb 12 2024, 16:58
PiRK requested review of this revision.Feb 13 2024, 15:38
PiRK edited the test plan for this revision. (Show Details)

add to test test plan

This revision is now accepted and ready to land.Feb 13 2024, 20:08