fix(ci): sync dev CI fixes (lip/lit checkout, Windows LLVM, valgrind)#1
Closed
cap-jmk-real wants to merge 8 commits into
Closed
fix(ci): sync dev CI fixes (lip/lit checkout, Windows LLVM, valgrind)#1cap-jmk-real wants to merge 8 commits into
cap-jmk-real wants to merge 8 commits into
Conversation
Install LLVM 18 via official win64 installer (Chocolatey lacks LLVMConfig). Remove continue-on-error on Windows. Document all-OS CI policy in rules and docs/ecosystem/ci-platforms.md. Co-authored-by: Cursor <cursoragent@cursor.com>
Encode composable lifecycle stubs (httpd_serve/stop/ready) and import test; httpd README and CHANGELOG updated. M1 not claimed. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Valgrind cannot run on ASan-instrumented md_lj_native; the second profile-memory pass (--asan-md) was failing the Memory workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
…tics - Accept KwFor after @parallel on loop statements (decorators_parse) - E0201 message includes "out of range" for CVE harness substrings - Windows LLVM installer: fix cmd.exe quoting for silent /S install Co-authored-by: Cursor <cursoragent@cursor.com>
…overy - Export LI_REPO_ROOT from li-tests/run_all.sh so std imports resolve on tier-0 bench - diagnose_json_smoke: expect E0201 and out-of-range message (not type.index) - install-llvm-windows: reuse existing LLVM, PowerShell -Wait, longer poll, GITHUB_ENV Co-authored-by: Cursor <cursoragent@cursor.com>
…ller GHA was stuck 20+ min on silent .exe install; extract clang+llvm archive to C:/LLVM-18.1.8 and set LLVM_DIR via GITHUB_ENV. Co-authored-by: Cursor <cursoragent@cursor.com>
Copy github-repo ci.yml template when creating official packages; add workflow mirrors under packages/li-* for org repo push alignment. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Superseded by lic#4 (merged) and lic#5 (merged). |
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.
Mirror of li-langverse/li-language#5 — CI fixes for protected-branch workflow.
Made with Cursor