[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: cb9b0f65f5cda58d84a4ac06cb3fd182ea639798 / Yaxing Cai fix: build static zstd from source on all platforms, fix cmake-format conda-forge only ships shared zstd, but we need static linking for self-contained wheels. Build static libzstd.a from source on Unix (same as the old install_llvm.sh script did inside the container). Also fix cmake-format for find_library() calls. Report URL: https://github.com/apache/tvm-ffi/actions/runs/23546966721 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: f270f0097a8b86b553dd0c3d230e5fffbe0cc243 / Yaxing Cai fix: revert to static find_library for zlib/zstd on all platforms find_package(ZLIB) on macOS finds conda's shared libz.1.dylib which causes @rpath/libz.1.dylib load failure at runtime. Static linking via find_library produces self-contained wheels on all platforms. Report URL: https://github.com/apache/tvm-ffi/actions/runs/23546445273 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 34b2af7067d15c9b7ab8393fb74d84619233c686 / Yaxing Cai fix: macOS /opt/llvm permissions, Windows static zlib linking - Create /opt/llvm with correct permissions before conda install on macOS (fixes CondaError: Unable to create prefix directory) - Use find_library for both zlib and zstd on Windows (find_package finds shared import lib z.lib, but we need static zlibstatic.lib) - Add -q flag to conda create for quieter CI output Report URL: https://github.com/apache/tvm-ffi/actions/runs/23546014145 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 8fb20cd118091ffab74738558e3a66055d81ff40 / Yaxing Cai ci: cache LLVM prefix, use setup-miniconda, simplify zstd linking - Cache /opt/llvm (C:/opt/llvm on Windows) with actions/cache to skip conda install on cache hits - Use setup-miniconda action instead of custom micromamba scripts - Mount cached LLVM into cibuildwheel Docker containers via CIBW_CONTAINER_ENGINE volume mount - Replace find_library(ZSTD_STATIC/ZLIB_STATIC) with find_package(zstd) and find_package(ZLIB) using CMake targets (same pattern as TVM) - Keep Windows static zstd build from source (no auditwheel equivalent) - Remove CIBW_BEFORE_ALL (LLVM installed at workflow level now) Report URL: https://github.com/apache/tvm-ffi/actions/runs/23545489419 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 44a6c491f37e3bddfa44294740b2f6f658ea8f60 / Yaxing Cai doc: add three-platform init/fini strategy documentation Report URL: https://github.com/apache/tvm-ffi/actions/runs/23534191076 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: f3aa823d15bfa05e6ea5837dbc8bbead1d685eb0 / Yaxing Cai fix: use correct symbol name in VisitContextSymbols callback Report URL: https://github.com/apache/tvm-ffi/actions/runs/23533430953 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 2a3535a81e32351bdb1081d456d9d5dd2352d8c7 / Yaxing Cai fix: add -mno-outline-atomics on aarch64, use clang-cl on Windows Report URL: https://github.com/apache/tvm-ffi/actions/runs/23502779492 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 4225c060b9fc230e7fedf44a410867afe6bba655 / Yaxing Cai fix test: use pytest_configure hook to build objects before collection Report URL: https://github.com/apache/tvm-ffi/actions/runs/23502002081 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 06a41bf4b320d62c884450fec87493a984a3a0e2 / Yaxing Cai fix CI: add ninja to test requires, drop --no-deps to get full dependencies Report URL: https://github.com/apache/tvm-ffi/actions/runs/23501605335 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 2637553f86ac631d55d500fbdf0e004165771efc / Yaxing Cai fix CI: install tvm-ffi from source after wheel to prevent PyPI override Report URL: https://github.com/apache/tvm-ffi/actions/runs/23501295067 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed.
Run started by GitHub user cyx-6 (triggered by cyx-6).
Head commit for run:
8afa31432d3d0b73c1dc12f8555bf81696ccbfab / Yaxing Cai
fix CIBW_BEFORE_TEST path: {project} is already the repo root
Report URL: https://github.com/apache/tvm-ffi/actions/runs/23500998630
With regards,
GitHub Actions via GitBox
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 45252b931c89a87a770b626d5b46068d16881028 / Yaxing Cai [EXTRA] Unify tvm_ffi.cpp.build API with single sources parameter - Merge c_files, cpp_files, and cuda_files into a single `sources` parameter that auto-detects compiler from file extension: .c → CC, .cc/.cpp/.cxx → CXX, .cu → nvcc/hipcc, .o/.obj → linker - Keep cpp_files and cuda_files as backward-compatible aliases - Add path-based output inference (.o → object, .so/.dll → shared lib) - Rename ninja variables to match convention (cflags/cxxflags) - Consolidate LLVM discovery to single LLVM_PREFIX env var, removing hardcoded /opt/llvm defaults and separate CMAKE_PREFIX_PATH / LLVM_CONFIG_PATH env vars - Rewrite quick-start run.py to use tvm_ffi.cpp.build - Move multi-compiler variant builds into conftest.py session fixture, delete build_test_objects.py - Simplify CI workflow and install tvm-ffi from source for tests Report URL: https://github.com/apache/tvm-ffi/actions/runs/23500660902 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 925aeec5bfc7c65ad786f5723d6bf73d5cded4c3 / Yaxing Cai [FIX] Update CI workflow to reference scripts/ instead of tools/ Report URL: https://github.com/apache/tvm-ffi/actions/runs/23494644159 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: edef2a9aa570a95c973fe89f53741186acc9c5d0 / Yaxing Cai [EXTRA] Address review feedback: rename tools to scripts, simplify run.py and pyproject.toml - Rename tools/ to scripts/ and update all references - Move test logic in quick-start run.py to sub-function so JIT references are released automatically on return (no explicit del) - Remove try/except import fallback, assume tvm_ffi_orcjit is installed - Remove hardcoded LLVM_VERSION/CMAKE_PREFIX_PATH/LLVM_CONFIG_PATH from cibuildwheel environment (cmake auto-discovers LLVM from conda env) Report URL: https://github.com/apache/tvm-ffi/actions/runs/23494405541 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (tvm-ffi/orcjit): Workflow run "OrcJIT Build" failed!
The GitHub Actions job "OrcJIT Build" on tvm-ffi.git/orcjit has failed. Run started by GitHub user cyx-6 (triggered by cyx-6). Head commit for run: 38d384ecd596a8c160f0eacea42671fc3d191a63 / Yaxing Cai [CI] Use same cibuildwheel version as publish workflow (v3.3.1) Pin to the same commit SHA used in build-wheel-for-publish action. Co-Authored-By: Claude Opus 4.6 Report URL: https://github.com/apache/tvm-ffi/actions/runs/23432877253 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
