Test separating the download/install of the metal toolchain
This commit is contained in:
parent
7b4f167c7e
commit
2d1f03c64c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user