Skip to content

Commit 37eb9fa

Browse files
committed
ensure optimized_compiler_builtins check for CI rustc
Signed-off-by: onur-ozkan <[email protected]>
1 parent e02957a commit 37eb9fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/bootstrap/src/core/config/config.rs

+3
Original file line numberDiff line numberDiff line change
@@ -3172,6 +3172,9 @@ fn check_incompatible_options_for_ci_rustc(
31723172

31733173
let profiler = &ci_cfg.profiler;
31743174
err!(current_cfg.profiler, profiler, "build");
3175+
3176+
let optimized_compiler_builtins = &ci_cfg.optimized_compiler_builtins;
3177+
err!(current_cfg.optimized_compiler_builtins, optimized_compiler_builtins, "build");
31753178
}
31763179
}
31773180

0 commit comments

Comments
 (0)