JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
45.61k stars 5.48k forks source link

Nightly binary "Target architecture mismatch." on travis #18317

Closed kdm9 closed 8 years ago

kdm9 commented 8 years ago

Hi all,

On multiple projects I work on, we get the following error during CI runs on travis.

$ julia -e 'versioninfo()'
ERROR: Target architecture mismatch. Please delete or regenerate sys.{so,dll,dylib}.

E.g. https://travis-ci.org/kdmurray91/CountMin.jl/jobs/156745332 and https://travis-ci.org/BioJulia/Bio.jl/jobs/156719769

I couldn't find any current issues for this, and am unsure where to raise this issue (here or w/ Travis CI folks).

Any advice is appreciated.

Cheers, Kevin

yuyichao commented 8 years ago

Supposedly fixed by https://github.com/JuliaLang/julia/pull/18311, wait for the next nightly.