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

Reply via email to