Add ci_pre_xcodebuild.sh to download Metal toolchain manually
This commit is contained in:
parent
0be6c60e11
commit
b2ce5ad353
8
ci_scripts/ci_pre_xcodebuild.sh
Executable file
8
ci_scripts/ci_pre_xcodebuild.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eux
|
||||
|
||||
if [ "${CI_WORKFLOW-}" = "Nightly (Xcode 26)" ]; then
|
||||
: "Downloading Metal Toolchain for Xcode 26"
|
||||
xcodebuild -downloadComponent MetalToolchain
|
||||
fi
|
||||
Loading…
Reference in New Issue
Block a user