Enable parallell build of packages

Build all packages in parallell to cut building time.
This commit is contained in:
Mattias Walström
2024-04-24 21:10:05 +02:00
parent 9cd7737d7e
commit fef8dd5072
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
- name: Build
run: |
make
make -j
- name: Prepare Artifact
run: |
cd output
+1
View File
@@ -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
+1
View File
@@ -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