numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 322 forks source link

Fix CI failing due to unsupported target triple on non-x86 platforms. #952

Closed sklam closed 1 year ago

sklam commented 1 year ago

Fix test by only running on x86 platforms.

sklam commented 1 year ago

BFID llvmlite_210

sklam commented 1 year ago

BFID llvmlite_210

passed