Use `--keep-stage
also for the final build
This commit is contained in:
parent
14ed9fa01c
commit
41f9f63de6
@ -973,6 +973,12 @@ def execute_build_pipeline(timer: Timer, pipeline: Pipeline, runner: BenchmarkRu
|
|||||||
]
|
]
|
||||||
print_free_disk_space(pipeline)
|
print_free_disk_space(pipeline)
|
||||||
|
|
||||||
|
# We want to keep the already built PGO-optimized `rustc`.
|
||||||
|
dist_build_args += [
|
||||||
|
"--keep-stage", "0",
|
||||||
|
"--keep-stage", "1"
|
||||||
|
]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Final stage: Build PGO optimized rustc + PGO/BOLT optimized LLVM
|
Final stage: Build PGO optimized rustc + PGO/BOLT optimized LLVM
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user