Erich build test cleanup#24
Draft
bryanb-h2 wants to merge 10 commits into
Draft
Conversation
Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
…port These scripts were referenced by the makefile but not committed. gen_test_results.py aggregates per-test results.txt into a per-variant JSON; gen_test_report.py combines all ARCHV x variant JSONs into a single HTML report and writes the global SUMMARY line to artifacts/test.out. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
include/ race: all 8 parallel builds (4 ARCHV x opt/ref) wrote to the same source-tree kernel/include/, libs/h2/include/, libs/posix/include/, and libs/h2_compat/include/ directories. Move DEST_HFILES to $(BUILD_DIR)/include/ in all four make.inc.default files. Update CFLAGS in each sub-lib Makefile to use -I$(BUILD_DIR)/include; cross-lib references in posix and h2_compat use sibling BUILD_DIR variables derived from INSTALLPATH. Update libs/Makefile install to tar from per-variant BUILD_DIR paths for the three generated-header libs (syscall/angel and qurt are source-controlled, unchanged). bootvm incbin race: stake/bootvm.S used .incbin "bootvm_image.bin" (relative path) but the binary lives at BUILD_DIR/bootvm_image.bin. Change bootvm.S to .incbin BOOTVM_IMAGE_BIN_PATH and define the macro with the absolute path in the BOOTVM_O rule via -DBOOTVM_IMAGE_BIN_PATH='"$(BOOTVM_IMAGE_BIN)"'. Also: remove dead common/asm_offsets.h from libs/h2 clean target; delete 21 stale source-tree artifacts from booter/, kernel/, and stake/; remove 14 now- stale .gitignore entries; add 'include' to sub-lib clean targets. Verified: make all_clean && make testall -> 682 passed, 0 failed (8 variants). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> (cherry picked from commit b7806811a4d13370641720a3c890715413df5b83) Signed-off-by: Bryan Bayerdorffer <bryanb@qti.qualcomm.com>
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
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.
Rest of erich's branch from internal.