JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
18 stars 14 forks source link

Set `LLVM_CMAKE` on ARM buildbot #59

Closed yuyichao closed 7 years ago

yuyichao commented 7 years ago

So that the default tripple is set to ARMv7 instead of ARMv8.

Thanks to @staticfloat for showing me the right API to pass this value as a property...

Assuming this does not break the buildbot setup (like, due to a syntax error....) I'm planing to test this by triggering a force build on a branch that sets the default LLVM version to 3.9 on arm (and do that on master if everything works ok).

yuyichao commented 7 years ago

OK to merge?