summaryrefslogtreecommitdiff
path: root/scripts/build_secure_interoperability.sh
AgeCommit message (Collapse)Author
2025-05-15Add newlines at EOF to comply with POSIX standardHuan Nguyen
2025-05-15Try to help user if build script failsHuan Nguyen
A common error condition is that the user cloned the repo without the --recursive option. We'll try to get the submodules for them. We remove the git clone command because the submodule update should fix the issue.
2023-12-22Add secure interoperability test. (#222)Wenhui Xie