You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The guide for building Deno prompts you to install LLVM using
./llvm.sh 16
However, this results in the message
The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.
and apparently version 16 is no longer supported. Also, the minimum version for LLVM starting from Rust Version 1.79.0 seems to be LLVM 17. Everything else seems to work if you just replace this line with
./llvm.sh 17
The text was updated successfully, but these errors were encountered:
The guide for building Deno prompts you to install LLVM using
./llvm.sh 16
However, this results in the message
The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.
and apparently version 16 is no longer supported. Also, the minimum version for LLVM starting from Rust Version 1.79.0 seems to be LLVM 17. Everything else seems to work if you just replace this line with
./llvm.sh 17
The text was updated successfully, but these errors were encountered: