[breaking] Remove dense libsvm parser plugin. (#9799)

This commit is contained in:
Jiaming Yuan
2023-11-23 00:12:39 +08:00
committed by GitHub
parent 1877cb8e83
commit e9260de3f3
7 changed files with 9 additions and 104 deletions

View File

@@ -15,7 +15,7 @@ $command_wrapper rm -fv dmlc-core/include/dmlc/build_config_default.h
# include/dmlc/build_config_default.h.
echo "--- Build libxgboost from the source"
$command_wrapper tests/ci_build/build_via_cmake.sh -DCMAKE_PREFIX_PATH=/opt/grpc \
-DPLUGIN_DENSE_PARSER=ON -DPLUGIN_FEDERATED=ON
-DPLUGIN_FEDERATED=ON
echo "--- Run Google Test"
$command_wrapper bash -c "cd build && ctest --extra-verbose"
echo "--- Stash XGBoost CLI executable"