From 069dd9161a53c35db6c34b53012f1999958956f6 Mon Sep 17 00:00:00 2001 From: Pawel Szymaszek Date: Fri, 20 Mar 2026 15:09:32 +0100 Subject: [PATCH] automated: linux: torizon: integration: update staging-spire version Drop depracated staging-spire 0.3.10 version (use newest 0.4.1 instead), and update uv version to 0.10.12 Signed-off-by: Pawel Szymaszek --- automated/linux/torizon/integration-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/linux/torizon/integration-tests.sh b/automated/linux/torizon/integration-tests.sh index 097ed08c0..4c83543ad 100755 --- a/automated/linux/torizon/integration-tests.sh +++ b/automated/linux/torizon/integration-tests.sh @@ -21,9 +21,9 @@ if test -f "${lava_test_dir}/secrets"; then fi # Determine the appropriate packages for the architecture -SPIRE_VERSION="0.3.10" +SPIRE_VERSION="0.4.1" GECKO_VERSION="v0.36.0" -UV_VERSION="0.9.4" +UV_VERSION="0.10.12" detect_abi # shellcheck disable=SC2154