Remove lz4 compression with external memory. (#7076)

This commit is contained in:
Jiaming Yuan
2021-07-06 14:46:43 +08:00
committed by GitHub
parent 116d711815
commit f937f514aa
9 changed files with 9 additions and 360 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/27
brew install cmake libomp lz4
brew install cmake libomp
if [ ${TASK} == "python_test" ] || [ ${TASK} == "python_sdist_test" ]; then