]> git.lizzy.rs Git - rust.git/commit
travis: Gate on some minimal support for incremental compilation.
authorMichael Woerister <michaelwoerister@posteo.net>
Thu, 5 Jan 2017 14:02:14 +0000 (09:02 -0500)
committerMichael Woerister <michaelwoerister@posteo.net>
Wed, 18 Jan 2017 17:06:22 +0000 (12:06 -0500)
commit5f118b954e2aeced356511167319a31fc0503f47
tree30cf4a7785d86b65739b96e0e63d1fa5e8384a3c
parentc8af93f0901c336e873ce18274026d0fd9bc7c1f
travis: Gate on some minimal support for incremental compilation.

This commit adds a travis job that builds a stage2 compiler in
incremental mode (but with empty incremental compilation cache).
Building incrementally with an empty cache makes sure that the
compiler doesn't crash in dependency tracking during bootstrapping.
.travis.yml
src/ci/docker/x86_64-gnu-incremental/Dockerfile [new file with mode: 0644]