mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[godot] Updates the min version of the Mac Vulkan SDK to 1.3.268.0.
CI builds were broken because curl was attempting to download an unavailable version of the Mac Vulkan SDK.
This commit is contained in:
parent
6f88168dcd
commit
a6c9cc2225
@ -122,7 +122,7 @@ elif [ "$platform" = "ios" ]; then
|
|||||||
cp libgodot.ios.template_release.simulator.a ios_xcode/libgodot.ios.release.xcframework/ios-arm64_x86_64-simulator/libgodot.a
|
cp libgodot.ios.template_release.simulator.a ios_xcode/libgodot.ios.release.xcframework/ios-arm64_x86_64-simulator/libgodot.a
|
||||||
cp libgodot.ios.template_debug.arm64.a ios_xcode/libgodot.ios.debug.xcframework/ios-arm64/libgodot.a
|
cp libgodot.ios.template_debug.arm64.a ios_xcode/libgodot.ios.debug.xcframework/ios-arm64/libgodot.a
|
||||||
cp libgodot.ios.template_debug.simulator.a ios_xcode/libgodot.ios.debug.xcframework/ios-arm64_x86_64-simulator/libgodot.a
|
cp libgodot.ios.template_debug.simulator.a ios_xcode/libgodot.ios.debug.xcframework/ios-arm64_x86_64-simulator/libgodot.a
|
||||||
cp -r ~/VulkanSDK/1.3.250.1/MoltenVK/MoltenVK.xcframework ios_xcode/
|
cp -r ~/VulkanSDK/1.3.268.0/MoltenVK/MoltenVK.xcframework ios_xcode/
|
||||||
rm -rf ios_xcode/MoltenVK.xcframework/{macos,tvos}*
|
rm -rf ios_xcode/MoltenVK.xcframework/{macos,tvos}*
|
||||||
rm -rf ios.zip
|
rm -rf ios.zip
|
||||||
pushd ios_xcode
|
pushd ios_xcode
|
||||||
|
|||||||
@ -2,7 +2,7 @@ set -euo pipefail
|
|||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
# Download and install the Vulkan SDK.
|
# Download and install the Vulkan SDK.
|
||||||
curl -L "https://sdk.lunarg.com/sdk/download/1.3.250.1/mac/vulkansdk-macos-1.3.250.1.dmg" -o /tmp/vulkan-sdk.dmg
|
curl -L "https://sdk.lunarg.com/sdk/download/1.3.268.0/mac/vulkansdk-macos-1.3.268.0.dmg" -o /tmp/vulkan-sdk.dmg
|
||||||
hdiutil attach /tmp/vulkan-sdk.dmg -mountpoint /Volumes/vulkan-sdk
|
hdiutil attach /tmp/vulkan-sdk.dmg -mountpoint /Volumes/vulkan-sdk
|
||||||
/Volumes/vulkan-sdk/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
/Volumes/vulkan-sdk/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
||||||
--accept-licenses --default-answer --confirm-command install
|
--accept-licenses --default-answer --confirm-command install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user