The GitHub Actions job "CI" on tvm.git/fix-ci-redundant-conda-install has 
succeeded.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
3f2b34b3942d2ef8092acaea72285743834a89c8 / tlopex <[email protected]>
[CI] Drop redundant conda LLVM install in GH Actions build

The MacOS and Windows jobs run `Set up environment`
(`./.github/actions/setup`), which creates the conda env from
`ci/scripts/package/build-environment.yaml`. That file already provides
llvmdev, cmake, ninja, zlib and libxml2-devel, so the subsequent
`Install LLVM dependencies` step re-installs packages already present.

Besides the wasted conda solve, the unconstrained `conda install llvmdev`
can re-resolve to a different LLVM than the environment file's pinned
solve. Remove the redundant step and rely on the environment file.

Report URL: https://github.com/apache/tvm/actions/runs/27718871529

With regards,
GitHub Actions via GitBox


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

Reply via email to