We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05abf18 commit 77d7569Copy full SHA for 77d7569
1 file changed
devcontainer/install-builddeps.sh
@@ -31,8 +31,8 @@ DEPS=(
31
# Necessary for getting Python build dependencies
32
'dnf5-command(builddep)'
33
34
- # LLVM sanitizer runtimes
35
- compiler-rt
+ # LLVM sanitizer runtimes. CPython JIT compiler requires LLVM 21.
+ compiler-rt21
36
)
37
38
dnf -y --nodocs --setopt=install_weak_deps=False install ${DEPS[@]}
0 commit comments