From c847759ec10d6f489e27cee19bc83682b3e5d4ad Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 28 Oct 2024 12:23:08 +0100 Subject: [PATCH] ci: Bump BabbleSim version from v2.3 to v2.4 Main changes since v2.3: * Support for immediate RSSI measurements during abort reevaluations * Several minor improvements in the base components, including tolerating better under-setup docker images, improved C++ compatibility, a new sanity check for problematic user provided sim_ids, and other minor improvements. Note: Like before, bsim remains fully backwards compatible Signed-off-by: Alberto Escolar Piedras --- Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 88c127d..386f06e 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -15,7 +15,7 @@ ARG RENODE_VERSION=1.15.3 ENV RENODE_VERSION=$RENODE_VERSION ARG LLVM_VERSION=16 ENV LLVM_VERSION=$LLVM_VERSION -ARG BSIM_VERSION=v2.3 +ARG BSIM_VERSION=v2.4 ENV BSIM_VERSION=$BSIM_VERSION ARG SPARSE_VERSION=9212270048c3bd23f56c20a83d4f89b870b2b26e ENV SPARSE_VERSION=$SPARSE_VERSION