[Bug]: markdown-preprocess not multi-core safe with make #17322
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
When building
podman
with a lot of cores, likemake -j64
, it seems the markdown preprocessor is racey and doesn't like this.The build will fail with
While forcing
-j1
seems to work fine.I think it's related to this commit as this did not happen with
4.3.0
.c9c2f64
Steps to reproduce the issue
Steps to reproduce the issue
make -j64
Describe the results you received
Failing build.
Describe the results you expected
A working build.
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: