From 907079bd135a8167d541363ef3ab2f2c3b6860d8 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 12 Apr 2024 14:59:32 +0200 Subject: [PATCH] Use AWS-LC 1.24.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 72707a63f..5318a6a9b 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -127,7 +127,7 @@ build_openssl() build_awslc() { - LC_REV=1.23.0 + LC_REV=1.24.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