From 9d268feabd6c6a9abc3b5341b0b37853d29b95a3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 16 Mar 2026 11:35:55 +0100 Subject: [PATCH] github: Use AWS-LC 1.70.0 for tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index fec05c822..c8559af0d 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -134,7 +134,7 @@ build_openssl() build_awslc() { - LC_REV=1.69.0 + LC_REV=1.70.0 LC_PKG=aws-lc-$LC_REV LC_DIR=$DEPS_BUILD_DIR/$LC_PKG LC_SRC=https://github.com/aws/aws-lc/archive/refs/tags/v${LC_REV}.tar.gz