-
Notifications
You must be signed in to change notification settings - Fork 141
lkl: fix hijack and zpoline parallel builds #612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This is fixing the parallel build failures I raised in #558 (comment) with make-4.4.1-3.3 (openSUSE Tumbleweed) , but it strangely doesn't work with
|
ah, the |
This extra change seems to work, but it's not exactly pretty:
Will squash this into the commit, but please feel free to suggest something cleaner. |
This is a follow up change for commit 3c97822 ("lkl: add tests build barrier") tracked via lkl#558. The hijack and zpoline libraries also share object files, so need a barrier to avoid parallel build failures. Signed-off-by: David Disseldorp <[email protected]>
f54c767
to
4ee5d9b
Compare
v2:
|
make install rule still isn't working for older distros. keeping this flagged as draft. |
This is a follow up change for commit 3c97822 ("lkl: add tests build barrier") tracked via #558. The hijack and zpoline libraries also share object files, so need a barrier to avoid parallel build failures.