-
Notifications
You must be signed in to change notification settings - Fork 570
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
add build for Python 3.11 for linux #1877
Conversation
@@ -55,13 +62,17 @@ jobs: | |||
run: dist/capa "tests/data/499c2a85f6e8142c3f48d4251c9c7cd6.raw32" | |||
- name: Does it run (ELF)? | |||
run: dist/capa "tests/data/7351f8a40c5450557b24622417fc478d.elf_" | |||
- name: Does it run (CAPE)? | |||
run: | | |||
7z e "tests/data/dynamic/cape/v2.2/d46900384c78863420fb3e297d0a2f743cd2b6b3f7f82bf64059a168e07aceb7.json.gz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah that's cool
python_version: 3.8 | ||
- os: ubuntu-20.04 | ||
artifact_name: capa | ||
asset_name: linux-py311 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i really like the way you did this, to keep the default linux one named the same and the optimized one available if desired.
we can manually build a v6.1.0 version in the meantime until v7 is released. |
via the |
https://github.com/mandiant/capa/actions/runs/7038874727 didn't work :/ obviously :) |
* add build for Python 3.11 for linux
* add build for Python 3.11 for linux
using https://github.com/mandiant/capa/actions/runs/7039174416 to build it |
added artifact from build to https://github.com/mandiant/capa/releases/tag/v6.1.0 |
closes #1855
Checklist