-
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix bash build and audit 9982934945161037965 #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- **Build System:** - Implemented sharded package structure (`packages/b/bash`) for scalability. - Added automated patching support in `entry_point.sh`. - Optimized `builder.py` to skip downloading artifacts on remote cache hits, saving bandwidth. - Added `run_docker_test.sh` for ARM64 testing in Termux Docker containers. - Synced upstream patches for `bash` and `coreutils`. - **Website:** - Removed RSS feed. - Added "Copy Install Command" button to details modal. - Fixed Modal UI (centering, responsiveness). - Implemented Grid/List view toggle. - **Autopilot:** - Added `autopilot.yml` workflow and script to automate updates via `nvchecker` and PRs. - Added `nvchecker.toml` for `bash` and `coreutils`.
- **Architecture:** Refactored packages to sharded structure (`packages/b/bash`) for scalability. Updated `planner.py`, `builder.py`, `validate.py`, and `runtime_test_runner.sh` to support this. - **Autopilot:** Added `autopilot.yml` workflow and script with `nvchecker` configurations for `bash` and `coreutils` to automate updates. - **Build System:** - Added automated patch application in `entry_point.sh`. - Added `run_docker_test.sh` for runtime verification in Termux Docker containers. - Synced upstream patches for `bash` and `coreutils` to ensure Android compatibility. - **Optimization:** `builder.py` now skips downloading artifacts on remote cache hits, relying on `metadata.py` to merge the index. - **Website:** Final UI cleanup (Removed RSS, fixed Copy button).
- **Architecture:** Refactored packages to sharded structure (`packages/b/bash`) for scalability. Updated `planner.py`, `builder.py`, `validate.py`, and `runtime_test_runner.sh` to support this. - **Autopilot:** Added `autopilot.yml` workflow and script with `nvchecker` configurations for `bash` and `coreutils` to automate updates. - **Build System:** - Added automated patch application in `entry_point.sh`. - Added `run_docker_test.sh` for runtime verification in Termux Docker containers. - Synced upstream patches for `bash` and `coreutils` to ensure Android compatibility. - Fixed hardcoded paths in build scripts by using `TERMUX_PKG_BUILDER_DIR`. - Moved `termux_step_make_test` to `termux_step_post_create_deb` where applicable. - **Optimization:** `builder.py` now skips downloading artifacts on remote cache hits, relying on `metadata.py` to merge the index. - **Website:** Final UI cleanup (Removed RSS, fixed Copy button). - **Validation:** Fixed Shellcheck warning in `run_docker_test.sh`.
- **Architecture:** Refactored packages to sharded structure (`packages/b/bash`) for scalability. Updated `planner.py`, `builder.py`, `validate.py`, and `runtime_test_runner.sh` to support this. - **Autopilot:** Added `autopilot.yml` workflow and script with `nvchecker` configurations for `bash` and `coreutils` to automate updates. - **Build System:** - Added automated patch application in `entry_point.sh`. - Added `run_docker_test.sh` for runtime verification in Termux Docker containers. - Synced upstream patches for `bash` and `coreutils` to ensure Android compatibility. - Fixed hardcoded paths in build scripts by using `TERMUX_PKG_BUILDER_DIR`. - Moved `termux_step_make_test` to `termux_step_post_create_deb` where applicable. - **Optimization:** `builder.py` now skips downloading artifacts on remote cache hits, relying on `metadata.py` to merge the index. - **Website:** Final UI cleanup (Removed RSS, fixed Copy button). - **Validation:** Fixed Shellcheck warning in `run_docker_test.sh`.
- bash: Update config-top.h.patch to match upstream 5.2 context (adding /etc paths). - termux-elf-cleaner: Fix run_docker_test.sh path resolution by using absolute paths for output directory and artifacts. - build_engine: Export PKG_NAME in entry_point.sh for use in test scripts. - audit: Fix SC2129 warning in setup_env.sh by grouping echo commands. - Verified GPG exception handling, sysroot usage, and 32-bit flags.
- bash: Update config-top.h.patch to match upstream 5.2 context (adding /etc paths). - termux-elf-cleaner: Fix run_docker_test.sh path resolution by using absolute paths for output directory and artifacts. - build_engine: Export PKG_NAME in entry_point.sh for use in test scripts. - audit: Fix SC2129 warning in scripts/setup_env.sh by grouping echo commands. - Verified GPG exception handling, sysroot usage, and 32-bit flags.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.