rapidsai / xgboost-conda

Conda recipes for xgboost
12 stars 22 forks source link

Fix build scripts #48

Closed ajschmidt8 closed 1 year ago

ajschmidt8 commented 1 year ago

This PR updates the build scripts to change the directory where the built conda packages are stored.

Using the /tmp directory is not a good idea since that directory is shared between the host machine and container by the remote-docker-plugin. This causes problems because artifacts from previous builds may still exist on the host machine in that directory.

Additionally, this PR adds some logging to the build scripts.