xgboost: properly condition ncclSupport
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
rPackages,
|
||||
}@inputs:
|
||||
|
||||
assert ncclSupport -> (cudaSupport && !cudaPackages.nccl.meta.unsupported);
|
||||
assert ncclSupport -> (cudaSupport && cudaPackages.nccl.meta.available);
|
||||
# Disable regular tests when building the R package
|
||||
# because 1) the R package runs its own tests and
|
||||
# 2) the R package creates a different binary shared
|
||||
|
||||
Reference in New Issue
Block a user