-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update container #767
ci: update container #767
Conversation
|
db09877
to
df42045
Compare
|
Correct. I also need to add the |
Do you mean we should restart the CI jobs that failed on optee_os repo? |
Yes, but I need to push the updated image to the Docker hub first. The upload is in progress. |
df42045
to
4ed4c72
Compare
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>
4ed4c72
to
1992f39
Compare
Docker image updated on dockerhub (with the missing python3-tomli package added). CI should hopefully pass. I will restart the failed jobs in optee_os. |
Needs OP-TEE/build#799 |
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]