SVL-PSU / crete-dev

CRETE under development
Other
58 stars 15 forks source link

Travis-CI timeout for building CRETE (llvm-3.2) on Ubuntu 14.04 #5

Open likebreath opened 7 years ago

likebreath commented 7 years ago

Building CRETE on ubuntu 14.04 requires sudo privilege to reverse the version of bison to make stp compile [1]. When sudo is required, Travis-CI will use an isolated VM image to perform the build[2]. In this setup, Travis-CI is very slow and compiling llvm-3.2 will exceed the timeout of 50 mins [3].

Potential solutions are:

  1. Use external llvm-3.2 #4;
  2. Remove sudo requirement for building crete on ubuntu 14.04;