Seeking Patterns for Reusable Build Machinery #9942
Unanswered
phillipjohnston
asked this question in
Q&A
Replies: 1 comment 8 replies
-
The Modules don't necessarily have to be extremely popular, though that does help. What kind of functionality are we talking about, anyway? Is it something useful to more than one organization's repositories? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are the generally well-regarded patterns for maintaining custom reusable build machinery that is shared across projects?
Currently I'm using
subdir('meson/directory_to_hold_meson.build_with_resuable_code')
, which is generally fine but leads to structures of directories that exist purely to satisfy the need to have ameson.build
file in a distinct subfolder.Are there any other options, or is this still the state of the art?
(I see that the
include()
PR is now closed (#5209) and looking into modules, which would do the trick, it seems I have to merge them upstream, which I suspect will not happen for machinery that does not appear to be broadly useful.)Beta Was this translation helpful? Give feedback.
All reactions