forked from OpenDingux/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opendingux: GitHub CI: Use utils/brmake
utils/brmake produces compact output with timestamps that look like this: ``` Starting build... 2022-10-29T15:55:14 >>> Finalizing host directory 2022-10-29T15:55:17 >>> Finalizing target directory 2022-10-29T15:55:19 >>> Sanitizing RPATH in target tree 2022-10-29T15:55:19 >>> Sanity check in overlay board/opendingux/installer/overlay 2022-10-29T15:55:19 >>> Copying overlay board/opendingux/installer/overlay 2022-10-29T15:55:19 >>> Executing post-build script board/opendingux/installer/cleanup-rootfs.sh 2022-10-29T15:55:19 >>> Generating root filesystems common tables 2022-10-29T15:55:19 >>> Generating filesystem image rootfs.cpio 2022-10-29T15:55:19 >>> Rebuilding kernel with initramfs Done in 15s ``` The full log is available as an artifact, and now also includes timestamps. Signed-off-by: Gleb Mazovetskiy <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
*.rej | ||
*~ | ||
*.pyc | ||
br.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters