From b727eb88b4fd811b3dbb5604a303cbe81c526a3a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 29 Jun 2026 16:42:40 +0200 Subject: [PATCH] github: Use AWS-LC 5.1.0 for tests New version scheme (started after 1.73.0 with 4.0.0). --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 1e040a37a..ab586a98b 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -123,7 +123,7 @@ build_openssl() build_awslc() { - LC_REV=1.73.0 + LC_REV=5.1.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