From 746e6bf632b3bb86aa1274d3e199be27fd3e455c Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Tue, 17 Dec 2024 13:16:02 +0100 Subject: [PATCH] ci: update container Update the CI container to jforissier/optee_os_ci:qemu_check [1] which is the latest one, usable for both 32-bit and 64-bit ARM, and which is used by the optee_os CI [2]. This one should be able to build QEMU 9.2.0 without any issue contrary to the current one which causes: *** Ouch! *** found no usable tomli, please install it Link: https://github.com/jforissier/docker_optee_os_ci/tree/qemu_check [1] Link: https://github.com/OP-TEE/optee_os/blob/4.4.0/.github/workflows/ci.yml#L319 [2] Signed-off-by: Jerome Forissier --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33e317c8d..14988915d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: QEMUv8_check: name: make check (QEMUv8) runs-on: ubuntu-latest - container: jforissier/optee_os_ci:qemuv8_check2 + container: jforissier/optee_os_ci:qemu_check steps: - name: Remove /__t/* run: rm -rf /__t/*