Skip to content

Build wheel for Windows arm64 #580

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

saschanaz
Copy link
Contributor

Fixes #579

Copy link

codecov bot commented May 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (218f940) to head (4045cd9).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #580   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines         5113      5113           
=========================================
  Hits          5113      5113           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@saschanaz saschanaz marked this pull request as draft May 6, 2025 08:42
@saschanaz
Copy link
Contributor Author

Hmm. https://github.com/saschanaz/aioquic/actions/runs/14855294372/job/41707072830


       Creating library build\temp.win-arm64-cpython-39\Release\src\aioquic\_crypto.lib and object build\temp.win-arm64-cpython-39\Release\src\aioquic\_crypto.exp
    _crypto.obj : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_free
    _crypto.obj : error LNK2001: unresolved external symbol EVP_aes_128_gcm
    _crypto.obj : error LNK2001: unresolved external symbol EVP_aes_256_gcm
    _crypto.obj : error LNK2001: unresolved external symbol ERR_clear_error
    _crypto.obj : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_set_key_length
    _crypto.obj : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_ctrl
    _crypto.obj : error LNK2001: unresolved external symbol EVP_aes_256_ecb
    _crypto.obj : error LNK2001: unresolved external symbol EVP_CipherFinal_ex
    _crypto.obj : error LNK2001: unresolved external symbol EVP_CipherInit_ex
    _crypto.obj : error LNK2001: unresolved external symbol EVP_add_cipher
    _crypto.obj : error LNK2001: unresolved external symbol EVP_aes_128_ecb
    _crypto.obj : error LNK2001: unresolved external symbol EVP_CipherUpdate
    _crypto.obj : error LNK2001: unresolved external symbol EVP_get_cipherbyname
    _crypto.obj : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_new
    build\lib.win-arm64-cpython-39\aioquic\_crypto.pyd : fatal error LNK1120: 14 unresolved externals

Fixes aiortc#579

Co-authored-by: Jeremy Lainé <jeremy.laine@m4x.org>
@jlaine
Copy link
Contributor

jlaine commented May 11, 2025

Yeah it's a bit more involved than this, we need:

@saschanaz
Copy link
Contributor Author

Ah yes, 3221225477. 0xC0000005. So it's not me. pyca/cryptography#12867

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 wheel for windows arm64
2 participants