configure.ac: revise detection of LN_S_R method applicable for the build (out-of-tree concerns)#2322
Merged
jimklimov merged 3 commits intonetworkupstools:masterfrom Feb 28, 2024
Merged
Conversation
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ntial build_to_only_catch_errors_target() logic - ensure parallel builds succeed "as is" Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…plementation Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
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.
In some build recipes we use symbolic- or hard-linking of files (e.g. DIST'ed resources) and originally had a fallback to
lnif relativeln -s -rwas not available. This fallback did not work when source and build areas (the most typical use-cases) are on different filesystems (e.g. under/homeand/tmp) - with this PR, fall back to full copy would be used instead.Follows up from #2318 work.
NOTES:
masterbranch so far, but perhaps should be (especially for other out-of-tree concerns, like that with text sources for docs per Fixmake docsfor runs made completely out-of-tree #2318). It is used in DMF/FTY branches that slowly converge towards getting upstreamed, however. And now that a deficiency in the macro already present in the main codebase is known, fixing it is prudent anyway.install-shlike autotools does for some cases?UPDATE: Also added
CI_FAILFASTsupport forci_build.shpart about building in parallel and retrying sequentially upon failures. Unrelated, but won't hurt to pass through CI in one shot :)