Commit ac4370a
committed
Fix clang/llvm
Base for Postgres 14-18 was bumped from alpine v3.23 to v3.24 in
docker-library/official-images@769849f
Alpine v3.24 dropped support for clang19/llvm19, which caused
pgvector-build to fail for versions 14 and up.
On investigation, it turns out that it was impossible to use just one
version of clang and llvm because in alpine-12 the highest version is
still clang19.
The simplest solution is to just loop over the versions from the top down.
I even added version 23, which does not exist yet, but will defer the
necessity of doing this again for a while1 parent 5a3dcfc commit ac4370a
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments