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. (#110)
  • Loading branch information
TingDaoK authored Jan 27, 2025
1 parent bf9b2ea commit 09a735b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }} --spec=downstream
linux-arm:
runs-on: ubuntu-24.04
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:
arch: [arm64]
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 09a735b

Please sign in to comment.