Skip to content

Conversation

@metux
Copy link

@metux metux commented Jan 20, 2026

  1. Add support for skipping debug build: when the flag is set, only
    packing the out/Release_* directory, skipping out/Debug_*.

  2. tools: automate-git.py: pass --no-debug-build to make-distrib.py

    Fixing --no-debug-build mode by passing this flag down to
    make-distrib.py. Otherwise make-distrib will crash due missing files
    on non-debug builds.

metux added 2 commits January 20, 2026 19:56
Add support for skipping debug build: when the flag is set, only
packing the out/Release_* directory, skipping out/Debug_*.

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
Fixing --no-debug-build mode by passing this flag down to
make-distrib.py. Otherwise make-distrib will crash due missing files
on non-debug builds.

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
@magreenblatt
Copy link
Collaborator

magreenblatt commented Jan 22, 2026

transfer_tools_files could instead be forgiving of build directories that don't exist in combination with the existing --allow-partial flag (and print a warning in that case)

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