-
Notifications
You must be signed in to change notification settings - Fork 747
travis: try to fix build #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tl; dr; llvm repos are back, so the ugly hacks that downloaded a release are no longer necessary, but we still need to build with llvm 3.8 for testing. |
@emilio Why not just install LLVM 3.8? |
Err, 3.9... |
I think it's not released yet, but I'll try. |
Yes it isn't, but they provide nightly builds for all platforms we care about IIRC. |
Yes, you're right, though they're disallowed by travis (see https://travis-ci.org/emilio/rust-bindgen/builds/140548819). Also, we probably want to build with llvm stable for stylo, since the 3.9-only patches are not needed, and installing llvm3.9 can be a pain in some OSes. |
@bors-servo r+ |
@bors-servo: r=nox |
1 similar comment
@bors-servo: r=nox |
📌 Commit f739f69 has been approved by |
☀️ Test successful - travis |
…ginal-name Emit `bindgen_original_name` attribute also for enums and typedefs
No description provided.