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

add build for Python 3.11 for linux #1877

Merged
merged 12 commits into from
Nov 29, 2023
Merged

add build for Python 3.11 for linux #1877

merged 12 commits into from
Nov 29, 2023

Conversation

mr-tz
Copy link
Collaborator

@mr-tz mr-tz commented Nov 29, 2023

closes #1855

Checklist

  • No CHANGELOG update needed
  • No new tests needed
  • No documentation update needed

@@ -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"
Copy link
Collaborator

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
Copy link
Collaborator

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.

@williballenthin
Copy link
Collaborator

we can manually build a v6.1.0 version in the meantime until v7 is released.

@mr-tz
Copy link
Collaborator Author

mr-tz commented Nov 29, 2023

via the edited event we may even be able to add it automatically to the existing release (by updating the text, e.g.)

@mr-tz mr-tz merged commit fbe0440 into master Nov 29, 2023
28 checks passed
@mr-tz mr-tz deleted the fix/1855 branch November 29, 2023 21:42
@mr-tz
Copy link
Collaborator Author

mr-tz commented Nov 29, 2023

https://github.com/mandiant/capa/actions/runs/7038874727 didn't work :/ obviously :)

mr-tz added a commit that referenced this pull request Nov 29, 2023
* add build for Python 3.11 for linux
mr-tz added a commit that referenced this pull request Nov 29, 2023
* add build for Python 3.11 for linux
@mr-tz
Copy link
Collaborator Author

mr-tz commented Nov 29, 2023

@mr-tz
Copy link
Collaborator Author

mr-tz commented Nov 29, 2023

added artifact from build to https://github.com/mandiant/capa/releases/tag/v6.1.0

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.

build a standalone executable for linux using python 3.11/12
2 participants