Fix Bash Build, Termux-Elf-Cleaner Test & Script Audit #105
+27
−71
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses the build failure for
bash(caused by a patch conflict with upstream version 5.2) and the test failure fortermux-elf-cleaner(caused by the test script being unable to locate the output directory).Changes:
packages/b/bash/patches/config-top.h.patchto include/etcand/usr/etcin theSTANDARD_UTILS_PATHcontext hunk, matching the upstream source.scripts/utils/run_docker_test.shto dynamically determine the repository root and use absolute paths when searching for.debfiles inoutput/.scripts/build_engine/entry_point.shtoexport PKG_NAME, allowing the test script to filter artifacts more precisely.scripts/setup_env.shto fix ShellCheck SC2129 warnings by grouping multiple redirects.get_sysrootusage, and architecture-specific flags.PR created automatically by Jules for task 9982934945161037965 started by @SjnExe