From 1a8e50912caa8bd3932d12540264bfb84a71106d Mon Sep 17 00:00:00 2001 From: Krish Date: Tue, 21 Jul 2026 23:33:21 +0000 Subject: [PATCH 1/4] try bumping nasm --- .github/workflows/ci.yml | 4 ++++ crt/aws-lc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e8abf18..81516595d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,6 +272,8 @@ jobs: python-version: '3.8.10' architecture: ${{ matrix.arch }} - uses: ilammy/setup-nasm@v1 + with: + version: '2.16.03' - name: configure AWS credentials (containers) uses: aws-actions/configure-aws-credentials@v4 with: @@ -298,6 +300,8 @@ jobs: python-version: '3.8.10' architecture: ${{ matrix.arch }} - uses: ilammy/setup-nasm@v1 + with: + version: '2.16.03' - name: configure AWS credentials (containers) uses: aws-actions/configure-aws-credentials@v4 with: diff --git a/crt/aws-lc b/crt/aws-lc index 6f246af4c..b06d89bf2 160000 --- a/crt/aws-lc +++ b/crt/aws-lc @@ -1 +1 @@ -Subproject commit 6f246af4cd1de8cee8c62d76139bcda299c1aa00 +Subproject commit b06d89bf25b8d94fc01c2d92bfd23195b35348f0 From 7e8a76611d0bc2f855385a621ae4a265c34614c9 Mon Sep 17 00:00:00 2001 From: Krish Date: Wed, 22 Jul 2026 17:44:30 +0000 Subject: [PATCH 2/4] use this version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81516595d..a2bc982c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: architecture: ${{ matrix.arch }} - uses: ilammy/setup-nasm@v1 with: - version: '2.16.03' + version: '3.02rc7' - name: configure AWS credentials (containers) uses: aws-actions/configure-aws-credentials@v4 with: @@ -301,7 +301,7 @@ jobs: architecture: ${{ matrix.arch }} - uses: ilammy/setup-nasm@v1 with: - version: '2.16.03' + version: '3.02rc7' - name: configure AWS credentials (containers) uses: aws-actions/configure-aws-credentials@v4 with: From 72bde951dc601de35ae551b625a758491adfa713 Mon Sep 17 00:00:00 2001 From: Krish Date: Wed, 22 Jul 2026 18:00:25 +0000 Subject: [PATCH 3/4] next version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2bc982c7..c1ca78a9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: architecture: ${{ matrix.arch }} - uses: ilammy/setup-nasm@v1 with: - version: '3.02rc7' + version: '3.02rc8' - name: configure AWS credentials (containers) uses: aws-actions/configure-aws-credentials@v4 with: @@ -301,7 +301,7 @@ jobs: architecture: ${{ matrix.arch }} - uses: ilammy/setup-nasm@v1 with: - version: '3.02rc7' + version: '3.02rc8' - name: configure AWS credentials (containers) uses: aws-actions/configure-aws-credentials@v4 with: From e77dce7cf78b2bf411e1a7f5e331cb2fcbc82c32 Mon Sep 17 00:00:00 2001 From: Krish Date: Wed, 22 Jul 2026 18:46:29 +0000 Subject: [PATCH 4/4] bump to 5.3.0 --- crt/aws-lc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt/aws-lc b/crt/aws-lc index b06d89bf2..970583b10 160000 --- a/crt/aws-lc +++ b/crt/aws-lc @@ -1 +1 @@ -Subproject commit b06d89bf25b8d94fc01c2d92bfd23195b35348f0 +Subproject commit 970583b1061b407d09b5fc1f18bbba38690e1684