configurable trans-membrance hostcall blocklist
This commit is contained in:
@@ -59,7 +59,12 @@ verify_tree() {
|
||||
return 1
|
||||
fi
|
||||
done
|
||||
if ! command -v curl >/dev/null 2>&1; then
|
||||
echo "Missing runtime dependency: curl (required by UCE http_request/http_request_async)" >&2
|
||||
return 1
|
||||
fi
|
||||
"$root/bin/clang++" --version | head -n 1
|
||||
curl --version | head -n 1
|
||||
}
|
||||
|
||||
if [[ $check_only -eq 1 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user