llvm.download-ci-llvm cannot be set to true #141782
Labels
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Summary
When I use the openwrt source code to build the system, the compilation will depend on rust, where the Makefile of rust is as follows:
Among them,
llvm.download-ci-llvm=true
, when the compilation is executed locally, there is no problem, no error, and it can be compiled perfectly. However, when using the Ubuntu-latest system environment (Ubuntu-24.04) in Github Action, an error will appear:I checked your source code and found that
rust/src/bootstrap/src/core/config/config.rs
Lines 3245 to 3268 in aa5832b
It shows why this error occurs. I know nothing about rust and I don't understand why it needs to detect whether the environment is CI.
I hope this can help solve this problem, thank you.
Operating system
Ubuntu 24.04 Github Action
Link issue
The text was updated successfully, but these errors were encountered: