Merge pull request #629 from logos-blockchain/fix-macos-metal-xcrun-cache

fix(macos): nuke xcrun cache
This commit is contained in:
Moudy 2026-07-16 14:48:00 +02:00 committed by GitHub
commit 390f4b48d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,6 +117,7 @@
done
if [ -n "$tool" ]; then
unset DEVELOPER_DIR SDKROOT
export xcrun_nocache=1
fi
exec /usr/bin/xcrun "$@"
'';