Skip to content

Commit

Permalink
Get lz4 back.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Apr 28, 2021
1 parent 10b4b4b commit 7587ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7587ba4

Please sign in to comment.