Skip to content

Bootstrap unit tests always require cmake #126156

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Noratrieb opened this issue Jun 8, 2024 · 0 comments · Fixed by #126399
Closed

Bootstrap unit tests always require cmake #126156

Noratrieb opened this issue Jun 8, 2024 · 0 comments · Fixed by #126399
Labels
C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@Noratrieb
Copy link
Member

---- core::builder::tests::dist::llvm_out_behaviour stdout ----

Couldn't find required command: cmake

You should install cmake, or set `download-ci-llvm = true` in the
`[llvm]` section of `config.toml` to download LLVM rather
than building it.

thread 'core::builder::tests::dist::llvm_out_behaviour' panicked at /home/nora/projects/rust2/src/tools/build_helper/src/util.rs:18:9:
status code: 1

It mentions using download-ci-llvm, but that doesn't help, it requires cmake. The message should probably mention that if possible.

@Noratrieb Noratrieb added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) C-bug Category: This is a bug. labels Jun 8, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jun 8, 2024
@Noratrieb Noratrieb removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jun 8, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Jun 13, 2024
extend the check for LLVM build

We don't build LLVM when using the precompiled version from the CI builder.

Closes rust-lang#126156
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Jun 13, 2024
extend the check for LLVM build

We don't build LLVM when using the precompiled version from the CI builder.

Closes rust-lang#126156
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Jun 13, 2024
extend the check for LLVM build

We don't build LLVM when using the precompiled version from the CI builder.

Closes rust-lang#126156
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Jun 13, 2024
extend the check for LLVM build

We don't build LLVM when using the precompiled version from the CI builder.

Closes rust-lang#126156
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Jun 14, 2024
extend the check for LLVM build

We don't build LLVM when using the precompiled version from the CI builder.

Closes rust-lang#126156
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Jun 14, 2024
extend the check for LLVM build

We don't build LLVM when using the precompiled version from the CI builder.

Closes rust-lang#126156
@bors bors closed this as completed in b7dcdf6 Jun 14, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Jun 14, 2024
Rollup merge of rust-lang#126399 - onur-ozkan:126156, r=albertlarsan68

extend the check for LLVM build

We don't build LLVM when using the precompiled version from the CI builder.

Closes rust-lang#126156
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants