Use llvmlite package

This commit is contained in:
Fabrice Desclaux 2023-04-05 07:36:37 +02:00
parent d82c9ef57f
commit 75641cbfb5
2 changed files with 4 additions and 7 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.8', '3.10']
python-version: ['3.8', '3.10']
steps:
@ -25,11 +25,8 @@ jobs:
- name: Install requirements
run: pip install -r requirements.txt
- name: Install llvm 8 (llvmlite compatible)
run: sudo apt-get install llvm-8
- name: Use llvm 8
run: sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-8 1
- name: Install llvm 11 (llvmlite compatible)
run: sudo apt-get install llvm-11
- name: Install optional requirements
run: pip install -r optional_requirements.txt

View file

@ -1,4 +1,4 @@
pycparser
z3-solver==4.8.7.0
llvmlite==0.31.0
llvmlite==0.38.0
parameterized~=0.8.1