cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 624 forks source link

packages.sh needs to be updated to change LLVM version in Travis #1478

Open yetiancn opened 5 years ago

yetiancn commented 5 years ago

Error log from Travis:

$ PATH=/usr/lib/llvm-3.7/bin:/usr/bin:$PATH cmake -DCOVERALLS=$COVERALLS -DCMAKE_PREFIX_PATH=`llvm-config-3.7 --prefix` -DCMAKE_BUILD_TYPE=$PELOTON_BUILD_TYPE -DUSE_SANITIZER=$SANITIZER ..
/Users/travis/.travis/job_stages: line 98: llvm-config-3.7: command not found

It seems that LLVM 3.7 was deprecated. We need to update packages.sh to fix this problem.