mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Update to new Builder
API
This commit is contained in:
parent
1b39b43479
commit
4e7808a5c3
@ -36,7 +36,7 @@ pub enum GccBuildStatus {
|
||||
/// GCC, it's fine for us to not try to avoid doing so.
|
||||
pub fn prebuilt_gcc_config(builder: &Builder<'_>, target: TargetSelection) -> GccBuildStatus {
|
||||
// Initialize the gcc submodule if not initialized already.
|
||||
builder.update_submodule("src/gcc");
|
||||
builder.config.update_submodule("src/gcc");
|
||||
|
||||
// FIXME (GuillaumeGomez): To be done once gccjit has been built in the CI.
|
||||
// builder.config.maybe_download_ci_gcc();
|
||||
|
Loading…
Reference in New Issue
Block a user