Skip to content

Commit 669bd30

Browse files
authored
Fix segfaults -- CRC64NVME on machines with disabled AVX and uri parsing corner case. (#863)
1 parent 25331ea commit 669bd30

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
@@ -162,7 +162,7 @@ jobs:
162162
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
163163
164164
linux-musl-arm:
165-
runs-on: ubuntu-24.04 # latest
165+
runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu as 24.04 likes to segfault in the middle of the build
166166
strategy:
167167
matrix:
168168
image:

crt/s2n

Submodule s2n updated from 2e79e7e to 6cc9f53

0 commit comments

Comments
 (0)