Skip to content

[build] submodules = false no longer skips updating LLVM submodule #86954

Closed
@durin42

Description

@durin42
Contributor

After #86015 there's once again (see #85647) no way to prevent the build system from force-updating the LLVM submodule, which is a problem if you're trying to experiment with LLVM patches.

Activity

self-assigned this
on Jul 7, 2021
added
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to Rust
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
C-bugCategory: This is a bug.
on Jul 7, 2021
added a commit that references this issue on Jul 11, 2021

Rollup merge of rust-lang#87049 - jyn514:no-submodules, r=Mark-Simula…

37e34ee
added a commit that references this issue on Jul 11, 2021

Rollup merge of rust-lang#87049 - jyn514:no-submodules, r=Mark-Simula…

f3d5fde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustC-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

    Participants

    @durin42@jyn514

    Issue actions

      `[build] submodules = false` no longer skips updating LLVM submodule · Issue #86954 · rust-lang/rust