JuliaCI / julia-buildbot

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

install autoconf on osx packager #12

Closed tkelman closed 9 years ago

tkelman commented 9 years ago

to use a tarball of updated git from github http://buildbot.e.ip.saba.us:8010/builders/package_osx10.9/builds/64/steps/shell_6/logs/stdio

tkelman commented 9 years ago

Okay, found a different solution which looks like it worked without needing autoconf https://github.com/JuliaLang/julia/commit/a3d95db08e1ad11b38147a2054f8fec59937b142

Would be good to test that nightlies built with this version of git pass test-pkg and test-git, and otherwise pass a sanity check on OSX.

staticfloat commented 9 years ago

Yep, I like the change on mainline Julia. I just tested Base.runtests("git") and Base.runtests("pkg") on the a3d95db from status.julialang.org, and everything is A-OK.