CI: Follow-up for make check-parallel-builds#3037
Merged
jimklimov merged 15 commits intonetworkupstools:masterfrom Aug 2, 2025
Merged
CI: Follow-up for make check-parallel-builds#3037jimklimov merged 15 commits intonetworkupstools:masterfrom
make check-parallel-builds#3037jimklimov merged 15 commits intonetworkupstools:masterfrom
Conversation
…=false (to speed up runs where developer/CI did not change recipes anyway) [networkupstools#3030] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…PE="default-all-errors*" [networkupstools#3030] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…investigate failures [networkupstools#3030] Notably, MAKEFLAGS may include the "make" options without the leading dash, or other values that did not have one originally. Better leave it as an environment variable and let the particular "make" program deal with it. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…MAKES_OPT() code to be reusable [networkupstools#3030] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…builds=no label [networkupstools#3030] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ault-all-errors [networkupstools#3030] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
|
✅ Build nut 2.8.3.3417-master completed (commit 64db994509 by @jimklimov) |
…workupstools#3030] It is now invoked where applicable for scenarios with `BUILD_TYPE=default-all-errors*` and note it was not buildable as added anyway (earlier ci_build.sh wiped the work area). Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…p_srcdir where configure.ac lives [networkupstools#3033] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
… detected by configure script [networkupstools#3033] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
… source locations starting from the correct root [networkupstools#3033] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…rce locations [networkupstools#3033] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…BOSITY=verbose" logging handling Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…false as a make argument also, not just envvar [networkupstools#3030] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…lddir when starting operations relative to it [networkupstools#3030] Be pedantic to work around some quirk in NetBSD 9.2 bmake essentially. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…*.h [networkupstools#3030] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
|
❌ Build nut 2.8.3.3424-master failed (commit 333b806ae7 by @jimklimov) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
More tuning after PRs #3030 and #3033. Enable the feature via
BUILD_TYPE="default-all-errors" ./ci_build.shruns, and address some rough edges.