mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1361] Support make -j switch for concurrent jobs #416
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#416
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @markusreil on GitHub (Dec 8, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1361
Is your feature request related to a problem? Please describe.
generate_disks tasks can be sped up by using make's -j switch.
Describe the solution you'd like
Add a variable to user_overrides.yml to specify the number of concurrent jobs.
@markusreil commented on GitHub (Dec 8, 2023):
Raised #1362
Please let me know if you think is a good idea and/or what else would be required to get this merged. Thanks.
@antonym commented on GitHub (Aug 22, 2024):
Finally got around to configuring this, wanted to say thanks, looks like it was an easy 6-7 minutes knocked off the build!