You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the use case for the feature?
Current arm-based docker build times are slow due to the docker build system building the wheel for the python packages z3-solver and capstone. These packages are dependencies of angr and by bumping the angr version it'll use the later version of these python packages that have pre-built binaries for ARM devices. In order to upgrade angr we need to upgrade Python.
Does the feature contain any proprietary information about another company's intellectual property?
No
How would you implement this feature?
Bumping Python, angr, and any other dependent packages.
Are there any (reasonable) alternative approaches?
No
Are you interested in implementing it yourself?
Yes
The text was updated successfully, but these errors were encountered:
What is the use case for the feature?
Current arm-based docker build times are slow due to the docker build system building the wheel for the python packages z3-solver and capstone. These packages are dependencies of angr and by bumping the angr version it'll use the later version of these python packages that have pre-built binaries for ARM devices. In order to upgrade angr we need to upgrade Python.
Does the feature contain any proprietary information about another company's intellectual property?
No
How would you implement this feature?
Bumping Python, angr, and any other dependent packages.
Are there any (reasonable) alternative approaches?
No
Are you interested in implementing it yourself?
Yes
The text was updated successfully, but these errors were encountered: