Skip to content

Commit

Permalink
ensure optimized_compiler_builtins check for CI rustc
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Jan 10, 2025
1 parent e02957a commit 37eb9fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3172,6 +3172,9 @@ fn check_incompatible_options_for_ci_rustc(

let profiler = &ci_cfg.profiler;
err!(current_cfg.profiler, profiler, "build");

let optimized_compiler_builtins = &ci_cfg.optimized_compiler_builtins;
err!(current_cfg.optimized_compiler_builtins, optimized_compiler_builtins, "build");
}
}

Expand Down

0 comments on commit 37eb9fa

Please sign in to comment.