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>
1 file changed
tree: 31bc35137872f9ff0ded9f45a67878f765bd0c29
  1. .github/
  2. br-ext/
  3. fvp/
  4. imx/
  5. kconfigs/
  6. qemu_v8/
  7. rpi3/
  8. ti/
  9. zynqmp/
  10. .gitignore
  11. am43xx.mk
  12. am57xx.mk
  13. common.mk
  14. dra7xx.mk
  15. fvp-psa-sp.mk
  16. fvp.mk
  17. get_clang.sh
  18. hikey.mk
  19. hikey960.mk
  20. imx.mk
  21. juno.mk
  22. poplar.mk
  23. qemu-check.exp
  24. qemu.mk
  25. qemu_v8.mk
  26. README.md
  27. rpi3.mk
  28. soc_term.py
  29. stm32mp1.mk
  30. synquacer.mk
  31. toolchain.mk
  32. trusted-keys.exp
  33. trusted-services.mk
  34. verdin.mk
  35. zynqmp.mk
README.md

OP-TEE build.git

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