-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Some builds started to pick up LLVM 16, while we currently only accept up to 15:
Lines 130 to 132 in 24ba1cf
| set(ARROW_LLVM_VERSIONS | |
| "15.0" | |
| "14.0" |
Similar to #14125 for LLVM 15.
For example, the nightly pandas crossbow build is failing because conda started to install LLVM 16 (eg https://github.com/ursacomputing/crossbow/actions/runs/4551997501/jobs/8026770676)