JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.4k stars 524 forks source link

Fix GitHub workflows #1258

Closed cnheitman closed 1 year ago

cnheitman commented 1 year ago

This is a temporary fix so the workflows work again.

We need to upgrade the docker image we use to build the Python Wheel package from manylinux_2_24 to manylinux_2_28.

There is a new Bitwuzla version which requires some changes in Triton. There has been some changes in the API and there is a new build system (which requires changes in our CI scripts).

These changes will be addressed in different PRs.