-
Notifications
You must be signed in to change notification settings - Fork 759
Closed
Description
Hi,
Since PR #214 We build a lot more thing, and build time as jumped from less than 20min to between 1h20min and 2h. https://travis-ci.org/servo/rust-bindgen/builds
Maybe we should limit to a few interesting build (I think this is possible)?
The current matrix for all pull requests and merge commit is, for example:
linux | Rust: stable | LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable | 10 min 12 sec |
---|---|---|---|
linux | Rust: stable | LLVM_VERSION=3.9 BINDGEN_FEATURES= | 9 min 42 sec |
linux | Rust: nightly | LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable | 9 min 23 sec |
linux | Rust: nightly | LLVM_VERSION=3.9 BINDGEN_FEATURES= | 10 min 52 sec |
osx | Rust: stable | LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable | 11 min 15 sec |
osx | Rust: stable | LLVM_VERSION=3.9 BINDGEN_FEATURES= | 12 min 29 sec |
osx | Rust: nightly | LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable | 12 min 33 sec |
osx | Rust: nightly | LLVM_VERSION=3.9 BINDGEN_FEATURES= | 12 min 15 sec |
Total time 1 hr 28 min 41 sec
Metadata
Metadata
Assignees
Labels
No labels