Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERSHIP
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ web/** @tqchen @jroesch
docker/** @areusch @leandron @jroesch

# Conda
conda/** @tqchen @junrushao1994 @comaniac
tests/conda/** @tqchen @junrushao1994 @comaniac

# CMake
cmake/** @jroesch @tqchen @areusch @junrushao1994 @comaniac
Expand Down
10 changes: 5 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ runs:
CACHE_NUMBER: 2
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('conda/build-environment.yaml') }}
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('tests/conda/build-environment.yaml') }}
- uses: conda-incubator/setup-miniconda@v3
continue-on-error: true
id: conda1
with:
activate-environment: tvm-build
channel-priority: strict
environment-file: conda/build-environment.yaml
environment-file: tests/conda/build-environment.yaml
auto-activate-base: false
miniforge-version: latest
python-version: 3.9
condarc-file: conda/condarc
condarc-file: tests/conda/condarc
- uses: conda-incubator/setup-miniconda@v3
if: steps.conda1.outcome == 'failure'
with:
activate-environment: tvm-build
channel-priority: strict
environment-file: conda/build-environment.yaml
environment-file: tests/conda/build-environment.yaml
auto-activate-base: false
miniforge-version: latest
use-only-tar-bz2: true
python-version: 3.9
condarc-file: conda/condarc
condarc-file: tests/conda/condarc
- name: Conda info
shell: pwsh
run: |
Expand Down
1 change: 0 additions & 1 deletion ci/scripts/jenkins/git_skip_ci_globs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

globs = [
"*.md",
"conda/*",
".github/*",
".asf.yaml",
".gitignore",
Expand Down
32 changes: 0 additions & 32 deletions conda/Dockerfile.template

This file was deleted.

29 changes: 0 additions & 29 deletions conda/build_cpu.sh

This file was deleted.

29 changes: 0 additions & 29 deletions conda/build_cuda.sh

This file was deleted.

20 changes: 0 additions & 20 deletions conda/build_win.bat

This file was deleted.

38 changes: 0 additions & 38 deletions conda/recipe/bld.bat

This file was deleted.

62 changes: 0 additions & 62 deletions conda/recipe/build.sh

This file was deleted.

22 changes: 0 additions & 22 deletions conda/recipe/conda_build_config.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions conda/recipe/cross-linux.cmake

This file was deleted.

24 changes: 0 additions & 24 deletions conda/recipe/install_libtvm.bat

This file was deleted.

23 changes: 0 additions & 23 deletions conda/recipe/install_libtvm.sh

This file was deleted.

20 changes: 0 additions & 20 deletions conda/recipe/install_tvm_python.bat

This file was deleted.

Loading
Loading