From 87c1cb3709b9f5d7aa8b82bd07e28ebb8986dccf Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Tue, 24 Mar 2026 13:56:36 +0100 Subject: [PATCH] Bump CI v0.9.5 --- .github/workflows/footprint.yml | 2 +- .github/workflows/test-build-cmake-dot-config.yml | 2 +- .github/workflows/test-build-cmake-presets.yml | 2 +- .github/workflows/test-build-cmake-script.yml | 2 +- .github/workflows/test-build-cmake.yml | 2 +- .github/workflows/test-build-lms.yml | 2 +- .github/workflows/test-build-mcux-sdk-manifests.yml | 2 +- .github/workflows/test-build-mcux-sdk.yml | 2 +- .github/workflows/test-build-pico-sdk.yml | 2 +- .github/workflows/test-build-powerpc.yml | 2 +- .github/workflows/test-build-psoc6.yml | 2 +- .github/workflows/test-build-stm32cube.yml | 2 +- .github/workflows/test-build.yml | 2 +- .github/workflows/test-cppcheck.yml | 2 +- .github/workflows/test-custom-tlv-simulator.yml | 2 +- .github/workflows/test-elf-scattered.yml | 2 +- .github/workflows/test-external-library-paths.yml | 2 +- .github/workflows/test-filesystem.yml | 2 +- .github/workflows/test-hooks-simulator.yml | 2 +- .github/workflows/test-keytools.yml | 3 +-- .github/workflows/test-library.yml | 2 +- .github/workflows/test-parse-tools.yml | 2 +- .github/workflows/test-powerfail-simulator.yml | 3 +-- .github/workflows/test-sim-self-update.yml | 2 +- .github/workflows/test-sunnyday-simulator.yml | 2 +- .github/workflows/test-units.yml | 2 +- .github/workflows/test-vscode.yml | 2 +- .github/workflows/test-wolfhsm-simulator.yml | 2 +- 28 files changed, 28 insertions(+), 30 deletions(-) diff --git a/.github/workflows/footprint.yml b/.github/workflows/footprint.yml index 96200eb4..ad92ab7a 100644 --- a/.github/workflows/footprint.yml +++ b/.github/workflows/footprint.yml @@ -10,7 +10,7 @@ jobs: footprint_test: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-build-cmake-dot-config.yml b/.github/workflows/test-build-cmake-dot-config.yml index ca993d38..30ce88da 100644 --- a/.github/workflows/test-build-cmake-dot-config.yml +++ b/.github/workflows/test-build-cmake-dot-config.yml @@ -10,7 +10,7 @@ jobs: name: cmake .config test (${{ matrix.target }}) runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 15 strategy: diff --git a/.github/workflows/test-build-cmake-presets.yml b/.github/workflows/test-build-cmake-presets.yml index 4278af1d..7eaf06b7 100644 --- a/.github/workflows/test-build-cmake-presets.yml +++ b/.github/workflows/test-build-cmake-presets.yml @@ -15,7 +15,7 @@ jobs: name: Build on Ubuntu runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 20 defaults: run: diff --git a/.github/workflows/test-build-cmake-script.yml b/.github/workflows/test-build-cmake-script.yml index d3f20ca8..1a779a7f 100644 --- a/.github/workflows/test-build-cmake-script.yml +++ b/.github/workflows/test-build-cmake-script.yml @@ -14,7 +14,7 @@ jobs: name: Build wolfBoot (target=${{ matrix.target }}) runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 15 strategy: diff --git a/.github/workflows/test-build-cmake.yml b/.github/workflows/test-build-cmake.yml index b1744c8a..9f8f9015 100644 --- a/.github/workflows/test-build-cmake.yml +++ b/.github/workflows/test-build-cmake.yml @@ -8,7 +8,7 @@ jobs: cmake_automated_test: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-build-lms.yml b/.github/workflows/test-build-lms.yml index 61050479..57f5f5de 100644 --- a/.github/workflows/test-build-lms.yml +++ b/.github/workflows/test-build-lms.yml @@ -19,7 +19,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-build-mcux-sdk-manifests.yml b/.github/workflows/test-build-mcux-sdk-manifests.yml index 3b233d42..ae4255af 100644 --- a/.github/workflows/test-build-mcux-sdk-manifests.yml +++ b/.github/workflows/test-build-mcux-sdk-manifests.yml @@ -22,7 +22,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-build-mcux-sdk.yml b/.github/workflows/test-build-mcux-sdk.yml index f62812c4..b28d47b8 100644 --- a/.github/workflows/test-build-mcux-sdk.yml +++ b/.github/workflows/test-build-mcux-sdk.yml @@ -19,7 +19,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-build-pico-sdk.yml b/.github/workflows/test-build-pico-sdk.yml index 950af4e5..99181c04 100644 --- a/.github/workflows/test-build-pico-sdk.yml +++ b/.github/workflows/test-build-pico-sdk.yml @@ -22,7 +22,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-build-powerpc.yml b/.github/workflows/test-build-powerpc.yml index ef6d787a..d4f2aef5 100644 --- a/.github/workflows/test-build-powerpc.yml +++ b/.github/workflows/test-build-powerpc.yml @@ -19,7 +19,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-build-psoc6.yml b/.github/workflows/test-build-psoc6.yml index eab1d030..eedac2a9 100644 --- a/.github/workflows/test-build-psoc6.yml +++ b/.github/workflows/test-build-psoc6.yml @@ -19,7 +19,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-build-stm32cube.yml b/.github/workflows/test-build-stm32cube.yml index 130580f2..08257c4c 100644 --- a/.github/workflows/test-build-stm32cube.yml +++ b/.github/workflows/test-build-stm32cube.yml @@ -23,7 +23,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 61050479..57f5f5de 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -19,7 +19,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-cppcheck.yml b/.github/workflows/test-cppcheck.yml index f392f7fc..87cb3e86 100644 --- a/.github/workflows/test-cppcheck.yml +++ b/.github/workflows/test-cppcheck.yml @@ -10,7 +10,7 @@ jobs: cppcheck: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-custom-tlv-simulator.yml b/.github/workflows/test-custom-tlv-simulator.yml index fdb095d8..e2d3dcfe 100644 --- a/.github/workflows/test-custom-tlv-simulator.yml +++ b/.github/workflows/test-custom-tlv-simulator.yml @@ -10,7 +10,7 @@ jobs: custom_tlv_simulator_tests: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-elf-scattered.yml b/.github/workflows/test-elf-scattered.yml index 25db11d4..6dc13fc6 100644 --- a/.github/workflows/test-elf-scattered.yml +++ b/.github/workflows/test-elf-scattered.yml @@ -10,7 +10,7 @@ jobs: elf_scattered_test: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-external-library-paths.yml b/.github/workflows/test-external-library-paths.yml index 1ef6db86..8fcaa83a 100644 --- a/.github/workflows/test-external-library-paths.yml +++ b/.github/workflows/test-external-library-paths.yml @@ -11,7 +11,7 @@ jobs: test_external_libs: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 # Matrix to test multiple configurations diff --git a/.github/workflows/test-filesystem.yml b/.github/workflows/test-filesystem.yml index 64c8273f..8d22a902 100644 --- a/.github/workflows/test-filesystem.yml +++ b/.github/workflows/test-filesystem.yml @@ -10,7 +10,7 @@ jobs: build-lib-fs-example: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/test-hooks-simulator.yml b/.github/workflows/test-hooks-simulator.yml index 7fbe7b85..a3e3b733 100644 --- a/.github/workflows/test-hooks-simulator.yml +++ b/.github/workflows/test-hooks-simulator.yml @@ -10,7 +10,7 @@ jobs: hooks_test: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 30 strategy: fail-fast: false diff --git a/.github/workflows/test-keytools.yml b/.github/workflows/test-keytools.yml index 0e959c42..0ed67c99 100644 --- a/.github/workflows/test-keytools.yml +++ b/.github/workflows/test-keytools.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 steps: @@ -295,4 +295,3 @@ jobs: ./tools/keytools/sign --ecc256 --sha256 --custom-tlv-string 0x46 "Hello world" test-app/image.elf wolfboot_signing_private_key.der 3 grep "Hello world" test-app/image_v3_signed.bin - diff --git a/.github/workflows/test-library.yml b/.github/workflows/test-library.yml index 1104e868..985a76fd 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -10,7 +10,7 @@ jobs: test-lib: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 strategy: diff --git a/.github/workflows/test-parse-tools.yml b/.github/workflows/test-parse-tools.yml index 8b390cb3..aafb145d 100644 --- a/.github/workflows/test-parse-tools.yml +++ b/.github/workflows/test-parse-tools.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-powerfail-simulator.yml b/.github/workflows/test-powerfail-simulator.yml index e2943651..738e26a0 100644 --- a/.github/workflows/test-powerfail-simulator.yml +++ b/.github/workflows/test-powerfail-simulator.yml @@ -10,7 +10,7 @@ jobs: powerfail_simulator_tests: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 steps: @@ -584,4 +584,3 @@ jobs: run: | tools/scripts/sim-update-emergency-fallback.sh - diff --git a/.github/workflows/test-sim-self-update.yml b/.github/workflows/test-sim-self-update.yml index 0ff9b5b8..535638dd 100644 --- a/.github/workflows/test-sim-self-update.yml +++ b/.github/workflows/test-sim-self-update.yml @@ -10,7 +10,7 @@ jobs: self_update_simulator_test: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-sunnyday-simulator.yml b/.github/workflows/test-sunnyday-simulator.yml index a91cd443..b80f0ead 100644 --- a/.github/workflows/test-sunnyday-simulator.yml +++ b/.github/workflows/test-sunnyday-simulator.yml @@ -10,7 +10,7 @@ jobs: simulator_tests: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 30 steps: diff --git a/.github/workflows/test-units.yml b/.github/workflows/test-units.yml index 17687775..1bd802e6 100644 --- a/.github/workflows/test-units.yml +++ b/.github/workflows/test-units.yml @@ -10,7 +10,7 @@ jobs: unit_tests: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 15 steps: diff --git a/.github/workflows/test-vscode.yml b/.github/workflows/test-vscode.yml index 6149aa87..61f3d794 100644 --- a/.github/workflows/test-vscode.yml +++ b/.github/workflows/test-vscode.yml @@ -21,7 +21,7 @@ jobs: check: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5 # Provide fallbacks when not workflow_dispatch env: WORKSPACE_PATH: ${{ github.event_name == 'workflow_dispatch' && inputs.workspace_path || 'IDE/VSCode/wolfBoot.code-workspace' }} diff --git a/.github/workflows/test-wolfhsm-simulator.yml b/.github/workflows/test-wolfhsm-simulator.yml index 9b1839ce..0579a84d 100644 --- a/.github/workflows/test-wolfhsm-simulator.yml +++ b/.github/workflows/test-wolfhsm-simulator.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.4 + image: ghcr.io/wolfssl/wolfboot-ci-sim:v0.9.5 timeout-minutes: 30 steps: