Skip to content

Support Dynamic Command Parser Patterns#124

Open
augelu-tng wants to merge 4 commits intosync-changes-from-patch-series-v5from
dynamic-command-parser-patterns
Open

Support Dynamic Command Parser Patterns#124
augelu-tng wants to merge 4 commits intosync-changes-from-patch-series-v5from
dynamic-command-parser-patterns

Conversation

@augelu-tng
Copy link
Copy Markdown
Contributor

@augelu-tng augelu-tng commented Apr 1, 2026

This PR adds support for parsing commands that are overwritten by custom environment variables like

  • CC
  • LD
  • AR
  • NM
  • OBJCOPY
  • STRIP

which is a common thing to do within the kernel make process.
For example, via

make CC="ccache gcc"

which overwrites each gcc invocation with ccache gcc which is stored as such in the .cmd files.

Successful workflow run on all configs

@augelu-tng augelu-tng marked this pull request as ready for review April 1, 2026 14:56
@augelu-tng augelu-tng changed the title add support for dynamic command parser patterns Support Dynamic Command Parser Patterns Apr 1, 2026
Signed-off-by: Luis Augenstein <luis.augenstein@tngtech.com>
@augelu-tng augelu-tng force-pushed the dynamic-command-parser-patterns branch from fb5517d to ed1e43a Compare April 8, 2026 07:49
Signed-off-by: Luis Augenstein <luis.augenstein@tngtech.com>
Signed-off-by: Luis Augenstein <luis.augenstein@tngtech.com>
Signed-off-by: Luis Augenstein <luis.augenstein@tngtech.com>
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