GNUmakefile: debug build uudoc for faster build and CI#10496
GNUmakefile: debug build uudoc for faster build and CI#10496oech3 wants to merge 1 commit intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
|
we may want to keep symbols and debug info for CI, and remove them for the default path (public use) |
|
Does CI use GNU make for tests for uudoc?
|
CI uses make here to check makefile coreutils/.github/workflows/CICD.yml Line 303 in adf36f9 but builds its targets (including uudoc) using cargo in release mode coreutils/.github/workflows/CICD.yml Line 633 in adf36f9 coreutils/.github/workflows/CICD.yml Lines 849 to 851 in adf36f9 and expects coreutils/.github/workflows/CICD.yml Lines 886 to 896 in adf36f9 You might need to amend these areas to port uudoc to dev build. |
|
I think we can override definition of |
|
the CI script clearly adds the |
|
@oech3 sorry, you don't have to close existing PR :) |
|
This PR is low quality and potentially replaced by better solution. |
|
ok, thanks :) |
? |
|
Did not work... |
Workaround for #10492 .