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 <[email protected]>
  • Loading branch information
jforissier committed Dec 17, 2024
1 parent d5278b6 commit 746e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit 746e6bf

Please sign in to comment.