Skip to content

Commit 6a55ecc

Browse files
authored
Fix segfaults -- CRC64NVME on machines with disabled AVX and uri parsing corner case. (#700)
1 parent e65a61d commit 6a55ecc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# that are up-to-date (AL2) or don't provide OpenSSL development packages that is found in CMake (alpine)
5050
# or are not able to connect on the socket even with the correct setup (manylinux2014)
5151
linux-compat:
52-
runs-on: ubuntu-24.04 # latest
52+
runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu until https://github.com/actions/runner-images/issues/11471 resolves
5353
strategy:
5454
fail-fast: false
5555
matrix:

crt/aws-lc

crt/s2n

Submodule s2n updated from 2e79e7e to 6cc9f53

0 commit comments

Comments
 (0)