mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
Enable parallell build of packages
Build all packages in parallell to cut building time.
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
make -j
|
||||
- name: Prepare Artifact
|
||||
run: |
|
||||
cd output
|
||||
|
||||
@@ -155,3 +155,4 @@ BR2_PACKAGE_LIBINPUT=y
|
||||
DISK_IMAGE_BOOT_BIN=y
|
||||
GNS3_APPLIANCE_RAM=512
|
||||
GNS3_APPLIANCE_IFNUM=10
|
||||
BR2_PER_PACKAGE_DIRECTORIES=y
|
||||
|
||||
@@ -156,3 +156,4 @@ BR2_PACKAGE_PODMAN_DRIVER_VFS=y
|
||||
BR2_PACKAGE_TETRIS=y
|
||||
GNS3_APPLIANCE_RAM=512
|
||||
GNS3_APPLIANCE_IFNUM=10
|
||||
BR2_PER_PACKAGE_DIRECTORIES=y
|
||||
|
||||
Reference in New Issue
Block a user