From 7587ba4aaa8ad8f7d5295b9ebf6ea8138b46baa8 Mon Sep 17 00:00:00 2001 From: jiamingy Date: Thu, 29 Apr 2021 02:00:44 +0800 Subject: [PATCH] Get lz4 back. --- tests/travis/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis/run_test.sh b/tests/travis/run_test.sh index 3c100e99b121..8c27b618020d 100755 --- a/tests/travis/run_test.sh +++ b/tests/travis/run_test.sh @@ -41,7 +41,7 @@ if [ ${TASK} == "python_test" ]; then mkdir build && cd build conda activate python3 cmake --version - cmake .. -DUSE_OPENMP=ON -DCMAKE_VERBOSE_MAKEFILE=ON + cmake .. -DUSE_OPENMP=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DPLUGIN_LZ4=ON make -j$(nproc) cd ../python-package python setup.py bdist_wheel