Open jakirkham opened 2 months ago
It looks like we install CMake in the ARM wheel tests for cuML. This was added in PR: https://github.com/rapidsai/cuml/pull/5507
https://github.com/rapidsai/cuml/blob/990db7190ddbc026dcbf88936a9cd9ad860106fd/ci/test_wheel.sh#L10-L13
The comment here mentions building Treelite from source. However looking at a recent CI log, it appears we just download Treelite binaries
Given this, can we drop this workaround? Or is there more context?
I think it should be totally fine now, that predates availability of ARM treelite packages indeed.
It looks like we install CMake in the ARM wheel tests for cuML. This was added in PR: https://github.com/rapidsai/cuml/pull/5507
https://github.com/rapidsai/cuml/blob/990db7190ddbc026dcbf88936a9cd9ad860106fd/ci/test_wheel.sh#L10-L13
The comment here mentions building Treelite from source. However looking at a recent CI log, it appears we just download Treelite binaries
Given this, can we drop this workaround? Or is there more context?