Test separating the download/install of the metal toolchain

This commit is contained in:
Pete Walters 2026-03-05 15:47:22 -06:00
parent 7b4f167c7e
commit 2d1f03c64c

View File

@ -6,4 +6,7 @@ set -eux
xcodebuild -showComponent metalToolchain
: "Downloading Metal Toolchain"
xcodebuild -downloadComponent MetalToolchain
xcodebuild -downloadComponent metalToolchain -exportPath ./build_assets/
: "Installing Metal Toolchain"
xcodebuild -importComponent metalToolchain -importPath ./build_assets/*.exportedBundle