This PR amends #30490 and bumps the upstream branch, which now includes a required CMake fix.
Addresses #30490 (comment).
The CI logs are available in #29790 where the recent push uses this PR implementation.
libmultiprocess
for CMake fixes
#30513
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Any reason to not include the most recent merge?
It would be nice to include https://github.com/chaincodelabs/libmultiprocess/pull/104 not just https://github.com/chaincodelabs/libmultiprocess/pull/103, though only 103 should be necessary to fix problems with CMake.
104 is just nice because it lets earlier commits of #30510 compile, since they include empty structs.
Code review ACK a9bfa3abbe5c168230b20b756034c3801244d717
(checked version hash locally and ran make MULTIPROCESS=1 native_libmultiprocess_extracted
to check the package hash)
It would be nice to include chaincodelabs/libmultiprocess#104 not just chaincodelabs/libmultiprocess#103, though only 103 should be necessary to fix problems with CMake.
104 is just nice because it lets earlier commits of #30510 compile, since they include empty structs.
https://github.com/chaincodelabs/libmultiprocess/pull/104 has been included.