diff options
author | bors <bors@rust-lang.org> | 2018-03-22 09:46:06 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2018-03-22 09:46:06 +0000 |
commit | b176285ba775f86301040fc624acb96b4499f562 (patch) | |
tree | 3f90b0898d8bfc596925e5263348e9c7d0dfdb30 /config.toml.example | |
parent | Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ... (diff) | |
parent | ci: Print out how long each step takes on CI (diff) | |
download | grust-b176285ba775f86301040fc624acb96b4499f562.tar.gz grust-b176285ba775f86301040fc624acb96b4499f562.tar.bz2 grust-b176285ba775f86301040fc624acb96b4499f562.tar.xz |
Auto merge of #49094 - alexcrichton:print-step-duration, r=kennytm
ci: Print out how long each step takes on CI
This commit updates CI configuration to inform rustbuild that it should print
out how long each step takes on CI. This'll hopefully allow us to track the
duration of steps over time and follow regressions a bit more closesly (as well
as have closer analysis of differences between two builds).
cc #48829
Diffstat (limited to 'config.toml.example')
-rw-r--r-- | config.toml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index de7036db29..c9a7b57438 100644 --- a/config.toml.example +++ b/config.toml.example | |||
@@ -186,6 +186,10 @@ | |||
186 | # essentially skipping stage0 as the local compiler is recompiling itself again. | 186 | # essentially skipping stage0 as the local compiler is recompiling itself again. |
187 | #local-rebuild = false | 187 | #local-rebuild = false |
188 | 188 | ||
189 | # Print out how long each rustbuild step took (mostly intended for CI and | ||
190 | # tracking over time) | ||
191 | #print-step-timings = false | ||
192 | |||
189 | # ============================================================================= | 193 | # ============================================================================= |
190 | # General install configuration options | 194 | # General install configuration options |
191 | # ============================================================================= | 195 | # ============================================================================= |