Skip to content

Commit

Permalink
Fix segfaults -- CRC64NVME on machines with disabled AVX and uri pars…
Browse files Browse the repository at this point in the history
…ing corner case. (#77)
  • Loading branch information
TingDaoK authored Jan 27, 2025
1 parent 37a1147 commit b350694
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ env:
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-ffi
LINUX_BASE_IMAGE: ubuntu-18-x64
CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
AWS_DEFAULT_REGION: us-east-1

jobs:
linux-compat:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu as 24.04 likes to segfault in the middle of the build for arm build
strategy:
matrix:
image:
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from ffe0bf to 6cc9f5

0 comments on commit b350694

Please sign in to comment.