tlopex opened a new pull request, #18456:
URL: https://github.com/apache/tvm/pull/18456

   ## Summary
   
   This PR reorganizes the conda-related files and removes unused conda build 
infrastructure. 
   
   ## Changes
   
   ### Moved Files
   - `conda/build-environment.yaml` → `tests/conda/build-environment.yaml`
   - `conda/condarc` → `tests/conda/condarc`
   
   ### Removed Files
   - `conda/build_cpu.sh`, `conda/build_cuda.sh`, `conda/build_win.bat` (build 
scripts)
   - `conda/recipe/` (entire directory with conda package recipes)
   - `conda/Dockerfile.template`, `conda/render_cuda_dockerfiles.py`
   
   ### Updated References
   - `.github/actions/setup/action.yml` - Updated paths to reference 
`tests/conda/`
   - `tests/lint/blocklint.sh` - Removed reference to deleted 
`conda/recipe/meta.yaml`
   - `version.py` - Removed conda recipe version sync logic
   - `ci/scripts/jenkins/git_skip_ci_globs.py` - Removed `conda/*` from skip 
globs
   - `.github/CODEOWNERSHIP` - Updated ownership path to `tests/conda/**`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to