ethereumproject / evm-rs

Ethereum Virtual Machine implementation in Rust. Fork of the SputnikVM.
Apache License 2.0
14 stars 5 forks source link

JIT: Travis CI needs LLVM 7 #29

Open jakelang opened 5 years ago

jakelang commented 5 years ago

All the CI jobs currently fail build due to the Travis VM being on LLVM5.0. cc @mersinvald is there a matrix option for this?

mersinvald commented 5 years ago

@jakelang dunno, I'll check. Also we would need to do that same for Jenkins.