#!/usr/bin/env bash
set -euo pipefail

cd "$(dirname "$")"

echo "=== Building hyp_probe ==="
cargo build 2>&1

echo ""
echo "=== Signing with hypervisor entitlement ==="
codesign --sign - --entitlements hyp.plist --force target/debug/hyp_probe 2>&1

echo ""
echo "=== Running hyp_probe ==="
target/debug/hyp_probe

Homonyms

neural/inf/rs/cozo/cozo-lib-wasm/build.sh
neural/inf/rs/cozo/cozo-lib-python/build.sh
cyb/honeycrisp/.claude/worktrees/agent-ad6c77c38e86bc291/unimem/experiments/hyp_probe/build.sh
cyb/honeycrisp/.claude/worktrees/agent-aa1259cb10112b22a/unimem/experiments/hyp_probe/build.sh

Graph