bscarlet / llvm-general

Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
http://hackage.haskell.org/package/llvm-general
132 stars 38 forks source link

llvm-3.9 travis build is failing #185

Open bscarlet opened 8 years ago

bscarlet commented 8 years ago
cocreature commented 8 years ago

Even if llvm-toolchain-precise-3.9 would contain the necessary packages, we can’t use it because the travis container builds can only install packages from whitelisted repositories and this repo is not yet whitelisted.

bscarlet commented 8 years ago

We could switch to building & caching LLVM ourselves, I suppose.

cocreature commented 8 years ago

Yeah we could do that, but I assume that when LLVM-3.9 is released they’ll publish binary packages so we can probably just download them, unpack & set the path appropriately and thereby avoid having to build it ourselves.

cocreature commented 8 years ago

But if that doesn’t happen in the next few days we should definitely build it ourselves.