Skip to content
Commit c3d00b8e authored by Vijayenthiran Subramaniam's avatar Vijayenthiran Subramaniam
Browse files

build-tf-a.sh: disable keyring while building

TF-A build added poetry as mandatory dependency, required to run tools
like `cot-dt2c`. TF-A's poetry environment installing is initiated
during build. However, poetry tries to use the keyring which triggers a
GUI prompt asking for user password which is undesirable. To avoid this,
set `PYTHON_KEYRING_BACKEND` to null, following the recommended method:
https://github.com/jaraco/keyring#disabling-keyring



Signed-off-by: Vijayenthiran Subramaniam's avatarVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
parent 95f4d393
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment