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 <[email protected]>
[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]

Reply via email to