commit | bcfa3f514ca403d8c8058e4eb937d2335b4d4fb6 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Sep 12 17:41:35 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Sep 13 09:22:46 2022 +0200 |
tree | 31bc35137872f9ff0ded9f45a67878f765bd0c29 | |
parent | db9b8f09aeeb3e43c46a95328d86aaad42585632 [diff] |
rust: fix make optee-rust In some environments it has been noted that the Rust setup fails with a netowrk error [1]. It seems to be an issue with the built-in Git library, a workaround being to tell the Rust setup to use the Git command instead. This commit does exactly that, regardless of the environment. Note: I chose not to restore the OP-TEE Rust build commands removed by [1] in order to reduce the size of the image ($TOP/optee_rust is 1.8GB after building) and avoid disk space issues in the "make check (QEMUv8)" job which uses this image but doesn't build the Rust tests. The "make check-rust (QEMUv8)" job will do whataver it takes. Link: [1] https://github.com/jforissier/docker_optee_os_ci/commit/6d7f39aec9436168e5e4ce44c4b6f7791575e313 Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Yuan Zhuang <zhuangyuan04@baidu.com>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers