DemesneGH opened a new pull request, #233:
URL: https://github.com/apache/teaclave-trustzone-sdk/pull/233

   The CI for building in OP-TEE repo fails:
   ```
   /bin/sh: 1: clippy: not found
   ```
   
   This happens because the OP-TEE build system does not `source environment` 
to set up environment variables; it passes parameters from the caller and does 
not specify the BUILDER:
   
https://github.com/OP-TEE/build/blob/master/br-ext/package/optee_rust_examples_ext/optee_rust_examples_ext.mk
   
   The BUILDER and FEATURES should have default values in root Makefile, 
ensuring compatibility with this case. 
   Also added in examples/Makefile.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to