Skip to content

ci: group make output#5473

Closed
niaow wants to merge 1 commit into
tinygo-org:devfrom
niaow:group-make-output
Closed

ci: group make output#5473
niaow wants to merge 1 commit into
tinygo-org:devfrom
niaow:group-make-output

Conversation

@niaow

@niaow niaow commented Jun 22, 2026

Copy link
Copy Markdown
Member

Add the -O flag to request that output be grouped per-rule. This is a bit easier to read than having all output from parallel jobs mixed together. There is a small downside to this - make will not print the output until the job completes.

I also switched the -j flag to automatically select the correct build parallelism. This is a bit cleaner, and will update appropriately whenever we change builders.

Add the -O flag to request that output be grouped per-rule.
This is a bit easier to read than having all output from parallel jobs mixed together.
There is a small downside to this - make will not print the output until the job completes.

I also switched the -j flag to automatically select the correct build parallelism.
This is a bit cleaner, and will update appropriately whenever we change builders.
@niaow

niaow commented Jun 22, 2026

Copy link
Copy Markdown
Member Author

I apparently misread the -j docs a while ago. Oops. Also looks like the mac builders don't support -O.

@niaow niaow closed this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant