Skip to content

.github/llm: add reviewer#45

Merged
gastmaier merged 1 commit into
mainfrom
llm
Jul 13, 2026
Merged

.github/llm: add reviewer#45
gastmaier merged 1 commit into
mainfrom
llm

Conversation

@gastmaier

Copy link
Copy Markdown
Contributor

Uses the buildroot docs/manual as the source of truth, discourages full-builds.

Would be useful to provide steps to build only or until a package failure.
e.g., if the ci/cd fails at lxml, how can the agent build it without spanning a full defconfig build?

@gastmaier gastmaier requested a review from pamolloy July 13, 2026 08:57
@pamolloy

Copy link
Copy Markdown
Contributor

Would be useful to provide steps to build only or until a package failure. e.g., if the ci/cd fails at lxml, how can the agent build it without spanning a full defconfig build?

The build is parallelized based on the number of cores by running make -j $(nproc). If there is a failure the error message will be buried, but a model should be able to find it easily. But you could also just run the single threaded make without -j and then the error messages will be the last things printed.

Uses the buildroot docs/manual as the source of truth, discourages
full-builds.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
@gastmaier gastmaier merged commit 2595075 into main Jul 13, 2026
1 check passed
@gastmaier gastmaier deleted the llm branch July 13, 2026 14:38
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.

2 participants