openai-whisper: use llvm@20 (pre-release testing)#235317
Conversation
|
@cho-m looks like the test failure was some sort of glitch that caused a timeout? Context: Numba release manager here, I am checking on dependents and the stability of the release candidate. |
Yeah, you can ignore the failure as it is unrelated to numba/llvmlite. Likely a slow CI runner. |
b9408df to
fbeb122
Compare
|
|
||
| # TODO: remove | ||
| system libexec/"bin/python", "-m", "llvmlite.tests" | ||
| system libexec/"bin/python", "-m", "numba.runtests", "-m" |
There was a problem hiding this comment.
To remove on a future run. Just checking our shared LLVM 20 works with llvmlite via test suite:
| # TODO: remove | |
| system libexec/"bin/python", "-m", "llvmlite.tests" | |
| system libexec/"bin/python", "-m", "numba.runtests", "-m" |
|
FWIW: using a shared LLVM is somewhat discouraged and this setup has been removed in conda-forge: conda-forge/llvmlite-feedstock#100 -- in case you end up with user issues and weird segfaults, this may be something to consider. |
|
Closing until stable releases are available |
Testing pre-releases of
llvmliteandnumbaCMake addition is for
llvmlite. Same for environment variable changes:RC tracking issues:
Tested:
system libexec/"bin/python", "-m", "llvmlite.tests"system libexec/"bin/python", "-m", "numba.runtests", "-m"