Skip to content

Commit 7b53863

Browse files
graebmTingDaoK
andauthored
Fix CRC64NVME crash on machines with disabled AVX (#617)
Co-authored-by: Dengke <[email protected]>
1 parent 87746bb commit 7b53863

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'docs'
88

99
env:
10-
BUILDER_VERSION: v0.9.67
10+
BUILDER_VERSION: v0.9.74
1111
BUILDER_SOURCE: releases
1212
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1313
PACKAGE_NAME: aws-crt-python
@@ -42,7 +42,7 @@ jobs:
4242
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-manylinux1-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }} --python /opt/python/${{ matrix.python }}/bin/python
4343
4444
manylinux2014:
45-
runs-on: ubuntu-20.04 # latest
45+
runs-on: ubuntu-22.04 # latest
4646
strategy:
4747
fail-fast: false
4848
matrix:
@@ -137,7 +137,6 @@ jobs:
137137
strategy:
138138
matrix:
139139
image:
140-
- al2-x64
141140
- fedora-34-x64
142141
- opensuse-leap
143142
- rhel8-x64

crt/aws-lc

crt/s2n

Submodule s2n updated from 2e79e7e to 6cc9f53

0 commit comments

Comments
 (0)