Replies: 2 comments
-
There's no way to do that currently, but there's a close equivalent for successful builds: the output log maintained by For example, for the kernel-6.1 package, the logs can be found here:
Because it's done by |
Beta Was this translation helpful? Give feedback.
-
Is there a way to force the "—verbose" flag to the cargo build being used by twoliter? Even better if I could do this for the "build-package" task in the cargo make used by twoliter.
I would like to tail the build log for particular packages while its building...
|
Beta Was this translation helpful? Give feedback.
-
Buildsys spawns a "docker buildx build" for each package. When docker build runs interactively, it writes a log trace to stdout and stderr. I can't find how to redirect the buildx output to a log file. It would be nice to do it for a given package. Is there a parameter or an Env argument I can give to redirect the buildx output to a file?
Beta Was this translation helpful? Give feedback.
All reactions