Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-135401: Test AWS-LC as a cryptography library in CI#135402

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
WillChilds-Klein wants to merge27 commits intopython:main
base:main
Choose a base branch
Loading
fromWillChilds-Klein:add-awslc-ci-job
Open
Changes from1 commit
Commits
Show all changes
27 commits
Select commitHold shift + click to select a range
57209fe
First cut, minimal testing
WillChilds-KleinJun 11, 2025
8fb1016
Various fixups, multissl.py works to build AWS-LC
WillChilds-KleinJun 11, 2025
67fd836
Add linkage check
WillChilds-KleinJun 11, 2025
4f0928b
Fix line break in configure command
WillChilds-KleinJun 11, 2025
b65d662
Fix more formatting
WillChilds-KleinJun 11, 2025
6791473
Fix more formatting
WillChilds-KleinJun 11, 2025
269dc10
📜🤖 Added by blurb_it.
blurb-it[bot]Jun 11, 2025
cd74e2b
Fix all-required-greed target
WillChilds-KleinJun 11, 2025
24fbecf
Fix aws-lc build dir path
WillChilds-KleinJun 11, 2025
fa08737
Remove NID_blake2b512 from hashlib dependency test in ./configure
WillChilds-KleinJun 11, 2025
3f3a70b
Remove NID_blake2b512 from configure.ac
WillChilds-KleinJun 11, 2025
7d37e6a
Tryi setting --with-openssl-rpath in configure invocation
WillChilds-KleinJun 11, 2025
6eb1190
Revert "Tryi setting --with-openssl-rpath in configure invocation"
WillChilds-KleinJun 11, 2025
8f4a0eb
Guard new hashlib ctor test
WillChilds-KleinJun 11, 2025
7ebee26
Update Tools/ssl/multissltests.py
WillChilds-KleinJun 11, 2025
840923d
Update Tools/ssl/multissltests.py
WillChilds-KleinJun 11, 2025
3850ba0
Update Misc/NEWS.d/next/Tests/2025-06-11-16-52-49.gh-issue-135401.ccM…
WillChilds-KleinJun 11, 2025
be1b72c
Remove TODOs per PR feedback, remove this as required CI job
WillChilds-KleinJun 11, 2025
c655484
Check for SHA-512 instead of BLAKE in configure
WillChilds-KleinJun 16, 2025
99df7d5
Simplify multissltests.py builders
WillChilds-KleinJun 16, 2025
8f95caa
Modify multissltests.py comments per PR feedback
WillChilds-KleinJun 17, 2025
31506be
Merge branch 'main' into add-awslc-ci-job
WillChilds-KleinJun 27, 2025
4312b5a
Merge branch 'main' into add-awslc-ci-job
WillChilds-KleinJun 27, 2025
f4968da
Merge branch 'main' into add-awslc-ci-job
WillChilds-KleinJun 30, 2025
3134a9e
Temporarily track AWS-LC commit with HMAC-SHA3
WillChilds-KleinJun 30, 2025
f8fde35
Test against AWS-LC v1.55.0
WillChilds-KleinJul 3, 2025
eb11bca
Add ssltests-awslc check to cumulative check, allow failure
WillChilds-KleinJul 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix line break in configure command
  • Loading branch information
@WillChilds-Klein
WillChilds-Klein committedJun 11, 2025
commit4f0928b67a031364336a69609e8fa0cd6ec51498
17 changes: 8 additions & 9 deletions.github/workflows/build.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -376,15 +376,14 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2
with:
save: false
- name: Configure CPython
run: |
./configure CFLAGS="-fdiagnostics-format=json"
--config-cache
--enable-slower-safety
--with-pydebug
--with-openssl="$OPENSSL_DIR"
--with-builtin-hashlib-hashes=blake2
--with-ssl-default-suites=openssl
- name: Configure CPython build
run: ./configure CFLAGS="-fdiagnostics-format=json"
--config-cache
--enable-slower-safety
--with-pydebug
--with-openssl="$OPENSSL_DIR"
--with-builtin-hashlib-hashes=blake2
--with-ssl-default-suites=openssl
- name: Build CPython
run: make -j
- name: Display build info
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp