Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI #1297

Merged
merged 6 commits into from
Dec 7, 2023
Merged

Conversation

cnheitman
Copy link
Collaborator

This PR:

  • Solves issues with some workflows (codecov, linux, and vcpkg). The issues related to a missing package requiered by z3-solver.
  • Upgrades the dockerfile and script that are used to build the Python package for Linux. All dependencies have been upgraded to their latest (or close to) versions. Also, it moves from manylinux_2_31_x86_64 to manylinux_2_28_x86_64.
  • Upgrades the C++ version that is used to build Triton from 14 to 17. This allows to compile Triton against LLVM 16.
  • Updates the python workflow. The build-windows job has been reintroduce (although, it does not include LLVM as there is no pre-compiled package for Windows). The build-macos job has been updated to use the latest versions of the dependencies (where possible).

@JonathanSalwan
Copy link
Owner

Awesome, thx Chris! I'm merging this one. Regarding Appveyor, it looks like they changed something in their build system which makes the LIEF wheel invalid.

@JonathanSalwan JonathanSalwan merged commit cd63601 into JonathanSalwan:dev-v1.0 Dec 7, 2023
32 of 33 checks passed
@JonathanSalwan
Copy link
Owner

Regarding CI on Appveyor, I've removed the matrix for Python3.6 and 3.7 as they are not maintained anymore (https://endoflife.date/python). However, we should now support 3.11 and 3.12 in our CI.

@cnheitman cnheitman deleted the feature/update-ci branch December 7, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants