Skip to content

Commit

Permalink
Drop LLVM 11,12,13,14
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Sep 11, 2024
1 parent 662f80f commit d30c511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/install-compilers.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit d30c511

Please sign in to comment.