Yang, Bo
Yang, Bo
Currently it will execute gen-server and install-transformers first, and then start upgrading pip. It should first upgrade pip. # What does this PR do? Make sure pip is updated ##...
Summary: `openssl_seal` is by default using RC4. However RC4 is only available from the legacy providers in OpenSSL 3, which is not loaded by default. This diff loads the legacy...
Summary: OpenSSL 3 does not include the trailing newline in its output. This diff adjust `expectf` so that it is now compatible with both OpenSSL 1.1 and 3.0. Differential Revision:...
Summary: In OpenSSL 3, `EVP_PKEY_get0_*` functions now return `const` pointers, breaking existing usage depending on mutable pointers returned by OpenSSL 1.x. This diff fix the errors 1. Use `auto` type...
This PR reverts d7e5d0cc01d393b6b39e202f88c69c91977f123a and fixes compatibility issues with OpenSSL 3.0 in `ext_openssl.cpp`, due to the breaking change in OpenSSL 3.0 that makes `get0` functions return `const` pointers. Some `EVP_PKEY_get0_RSA`...
This reverts commit 280e6899b442796a197b5b236d3ddd50d0b62b5f.
This PR lets GitHub Action workflow run known failed tests with the `continue-on-error` option, to produce logs, helping us debug and fix known failed tests. ## Test Plan: See associated...