Skip to content

Commit

Permalink
and deb
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 6, 2024
1 parent 081adcc commit 3f90d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/imports/llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
Debian_9* ) REPO_NAME="deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch$LLVM_VERSION_STRING main" ;;
Debian_10* ) REPO_NAME="deb http://apt.llvm.org/buster/ llvm-toolchain-buster$LLVM_VERSION_STRING main" ;;
Debian_11* ) REPO_NAME="deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye$LLVM_VERSION_STRING main" ;;
Debian_12* ) REPO_NAME="deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm$LLVM_VERSION_STRING main" ;;
Debian_unstable ) REPO_NAME="deb http://apt.llvm.org/unstable/ llvm-toolchain$LLVM_VERSION_STRING main" ;;
Debian_testing ) REPO_NAME="deb http://apt.llvm.org/unstable/ llvm-toolchain$LLVM_VERSION_STRING main" ;;
Ubuntu_16.04 ) REPO_NAME="deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial$LLVM_VERSION_STRING main" ;;
Expand Down

0 comments on commit 3f90d36

Please sign in to comment.