podman build --jobs
is not parallelized
#9247
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.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman build --jobs
is not parallelizedSteps to reproduce the issue:
Run
podman build --no-cache --jobs 0
with the following DockefileDescribe the results you received:
The second
date
was delayed 6 seconds compared to the first one.Describe the results you expected:
The second
date
and the first one should be executed almost simultaneously.Buildah (containers/buildah@1040f105) works as expected:
Additional information you deem important (e.g. issue happens only occasionally):
Buildah works as expected, Podman does not.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Installed from source.
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
The text was updated successfully, but these errors were encountered: