Skip to content

Commit

Permalink
ci: update container
Browse files Browse the repository at this point in the history
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 <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
jforissier committed Dec 17, 2024
1 parent d5278b6 commit 1992f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand All @@ -29,7 +29,7 @@ jobs:
WD=$(pwd)
cd ..
TOP=$(pwd)/optee_repo_qemu_v8
/root/get_optee_qemuv8.sh ${TOP}
/root/get_optee.sh qemu_v8 ${TOP}
mv ${TOP}/optee_test ${TOP}/optee_test_old
ln -s ${WD} ${TOP}/optee_test
cd ${TOP}/build
Expand Down

0 comments on commit 1992f39

Please sign in to comment.