esp-rs / espup

Tool for installing and maintaining Espressif Rust ecosystem.
Apache License 2.0
232 stars 24 forks source link

Download both the full and libs-only tarball in extended LLVM mode #432

Closed kyrias closed 4 months ago

kyrias commented 4 months ago

The Espressif-provided LLVM toolchain no longer has the libs-only tarball as a strict subset of the full tarball. Instead the "full" tarball now contains a clang with libclang built in. To work around this we now need to get both tarballs if we're in extended LLVM mode.

Cf. https://github.com/espressif/llvm-project/issues/99