From d30c5113ef57af4453f82b6726515c034d3d0380 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Thu, 12 Sep 2024 00:25:35 +0200 Subject: [PATCH] Drop LLVM 11,12,13,14 --- builder/install-compilers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/install-compilers.sh b/builder/install-compilers.sh index 42e42be..e1f8988 100755 --- a/builder/install-compilers.sh +++ b/builder/install-compilers.sh @@ -1,6 +1,6 @@ #!/bin/bash -/app/infra/bin/ce_install --filter-match-any install "compilers/c++/clang 11.0.1" "compilers/c++/clang 12.0.1" "compilers/c++/clang 13.0.1" "compilers/c++/clang 14.0.0" "compilers/c++/clang 15.0.0" "compilers/c++/clang 16.0.0" "compilers/c++/clang 17.0.1" "compilers/c++/clang 18.1.0" "compilers/c++/mlir 16.0.0" "compilers/julia 1.8.5" "compilers/julia 1.9.3" "compilers/julia 1.10.0" +/app/infra/bin/ce_install --filter-match-any install "compilers/c++/clang 15.0.0" "compilers/c++/clang 16.0.0" "compilers/c++/clang 17.0.1" "compilers/c++/clang 18.1.0" "compilers/c++/mlir 16.0.0" "compilers/julia 1.8.5" "compilers/julia 1.9.3" "compilers/julia 1.10.0" /app/infra/bin/ce_install --enable nightly install "compilers/c++/nightly/clang assertions-trunk"