From 6a55ecc055e3bcbdcae188276f562177ac86f3e9 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 27 Jan 2025 17:36:41 -0800 Subject: [PATCH] Fix segfaults -- CRC64NVME on machines with disabled AVX and uri parsing corner case. (#700) --- .github/workflows/ci.yml | 2 +- crt/aws-c-auth | 2 +- crt/aws-c-common | 2 +- crt/aws-c-s3 | 2 +- crt/aws-lc | 2 +- crt/s2n | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7939a891c..9928d06c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: # that are up-to-date (AL2) or don't provide OpenSSL development packages that is found in CMake (alpine) # or are not able to connect on the socket even with the correct setup (manylinux2014) linux-compat: - runs-on: ubuntu-24.04 # latest + runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu until https://github.com/actions/runner-images/issues/11471 resolves strategy: fail-fast: false matrix: diff --git a/crt/aws-c-auth b/crt/aws-c-auth index 3982bd75f..8927de4dc 160000 --- a/crt/aws-c-auth +++ b/crt/aws-c-auth @@ -1 +1 @@ -Subproject commit 3982bd75fea74efd8f9b462b27fedd4599db4f53 +Subproject commit 8927de4dcff6faab948e801aeeca3ac9a57caab7 diff --git a/crt/aws-c-common b/crt/aws-c-common index 7a6f5df20..5e6c08186 160000 --- a/crt/aws-c-common +++ b/crt/aws-c-common @@ -1 +1 @@ -Subproject commit 7a6f5df201cb4b1910932ea3221de83edaa39880 +Subproject commit 5e6c08186fa5d8c7679acf95b86ada4119ca23b8 diff --git a/crt/aws-c-s3 b/crt/aws-c-s3 index a3b401bfb..aef075b7d 160000 --- a/crt/aws-c-s3 +++ b/crt/aws-c-s3 @@ -1 +1 @@ -Subproject commit a3b401bfb53c28c88a930d496b481311dd76a4f5 +Subproject commit aef075b7db620cd32fbe1ec19a819c1b0acd2e79 diff --git a/crt/aws-lc b/crt/aws-lc index 697acc661..ffd6fb71b 160000 --- a/crt/aws-lc +++ b/crt/aws-lc @@ -1 +1 @@ -Subproject commit 697acc6616736ad07539fda1e0726cc043e1097a +Subproject commit ffd6fb71b1e1582a620149337b77706f2391578d diff --git a/crt/s2n b/crt/s2n index 2e79e7efe..6cc9f53d7 160000 --- a/crt/s2n +++ b/crt/s2n @@ -1 +1 @@ -Subproject commit 2e79e7efeb26f06eb59a1d4f3444ea63fc3e20c3 +Subproject commit 6cc9f53d7ab5f0427ae5f838891fff57844a9e3f