Closed jainvikas8 closed 3 years ago
Fixes #24
The issue on Windows (Host OS) is that it clones dependencies in read-only mode, which creates an issue when deleting them if test_psa_target.py or build_tfm.py is executed.
test_psa_target.py
build_tfm.py
Therefore handle the permission issue by setting them in read-write mode.
Fixes #24
The issue on Windows (Host OS) is that it clones dependencies in read-only mode, which creates an issue when deleting them if
test_psa_target.py
orbuild_tfm.py
is executed.Therefore handle the permission issue by setting them in read-write mode.