Skip to content

x test mir-opt --bless tries to checkout src/llvm-project #130906

Closed
@saethlin

Description

@saethlin

I tracked this down to this call, which tries to checkout the LLVM submodule, even if I have download-ci-llvm = true specifically because I do not want the submodule checked out:

if crate::core::build_steps::llvm::prebuilt_llvm_config(self, target).should_build() {

Here's my config, but I doubt it matters:

change-id = 999999

[llvm]
#assertions = false
download-ci-llvm = true

#[build]
#submodules = true

[rust]
codegen-backends = ["llvm"]
new-symbol-mangling = false
frame-pointers = true
deny-warnings = false
use-lld = true
incremental = false
debuginfo-level-std = 2
debuginfo-level = 1
debug = false
debug-logging = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions