mirror of
https://github.com/cea-sec/miasm
synced 2026-08-17 10:26:03 -04:00
Use llvmlite package
This commit is contained in:
parent
d82c9ef57f
commit
75641cbfb5
2 changed files with 4 additions and 7 deletions
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
pycparser
|
||||
z3-solver==4.8.7.0
|
||||
llvmlite==0.31.0
|
||||
llvmlite==0.38.0
|
||||
parameterized~=0.8.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue