Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733742 - Feature request: --jobs applied only to binpkg
Summary: Feature request: --jobs applied only to binpkg
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 184128
  Show dependency tree
 
Reported: 2020-07-24 07:16 UTC by Agostino Sarubbo
Modified: 2023-08-24 20:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-07-24 07:16:38 UTC
Using --jobs can have pro and cons.

I would like to have an option that uses --jobs only in case of binpkg

Example:

"emerge -pv foo" gives me 30 packages to emerge. 25 packages are binpkg and 5 are standard. The option should emerge with jobs only the 25 packages while the other 5 should be merged without --jobs.

This is useful for tinderboxing
Thanks
Comment 1 Zac Medico gentoo-dev 2020-07-24 16:47:14 UTC
How would you define interaction between the 2 types of jobs? If one non-binpkg jobs is running, are binpkg jobs allowed to run at the same time?
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-29 15:18:15 UTC
(In reply to Zac Medico from comment #1)
> How would you define interaction between the 2 types of jobs? If one
> non-binpkg jobs is running, are binpkg jobs allowed to run at the same time?

Yes, they should be allowed