crystal-lang / distribution-scripts

40 stars 24 forks source link

Build LLVM in CI and upgrade to llvm 6.0.1 in omnibus #41

Closed bcardiff closed 5 years ago

bcardiff commented 5 years ago

This PR allow to trigger the build a llvm package in CircleCI. The output is manually stored in S3 where the llvm_bin package downloads it.

It will also allow shipping a crystal compiler using llvm 6.0.1 instead of 3.9.1.

After some testing, we could upgrade to newer llvm versions and even bump the one used in the linux packages. But all that is for the future.