Skip to content

Commit

Permalink
Build with parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb committed Mar 27, 2024
1 parent ea3e7a2 commit be1393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands:
name: Make Board (FULL ORDERED BUILD LOGS HERE UNTIL JOB FAILED)
command: |
rm -rf build/<<parameters.arch>>/<<parameters.target>>/* build/<<parameters.arch>>/log/*
nix --print-build-logs --verbose develop --ignore-environment --command make V=1 BOARD=<<parameters.target>> <<parameters.subcommand>> || touch ./tmpDir/failed_build
nix --print-build-logs --verbose develop --ignore-environment --command make V=1 BOARD=<<parameters.target>> -j$(nproc) <<parameters.subcommand>> || touch ./tmpDir/failed_build
no_output_timeout: 3h
- run:
name: Output hashes
Expand Down

0 comments on commit be1393c

Please sign in to comment.