Skip to content

Commit

Permalink
Disable iOS builds
Browse files Browse the repository at this point in the history
No idea how to fix this
  • Loading branch information
SaschaWillems committed Oct 31, 2024
1 parent 3e2350c commit c5c7398
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@ jobs:
cmake -G "Xcode" -DOpenMP_omp_LIBRARY=$LIBOMP_PREFIX/lib/libomp.dylib .
cmake --build .
build_iOS:
name: Build iOS
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Setup
run: |
curl -L "https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.zip" -o /tmp/vulkan-sdk.zip
unzip /tmp/vulkan-sdk.zip -d /tmp
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
--root ~/VulkanSDK/latest --accept-licenses --default-answer --confirm-command install
cd ~/VulkanSDK/latest
sudo ./install_vulkan.py
- name: Build
run: |
cd apple
rm MoltenVK.xcframework
ln -s ~/VulkanSDK/latest/macOS/lib/MoltenVK.xcframework
xcodebuild -scheme examples-ios build CODE_SIGNING_ALLOWED=NO
xcodebuild -scheme examples-macos build
# build_iOS:
# name: Build iOS
# runs-on: macos-13
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: "recursive"
# - name: Setup
# run: |
# curl -L "https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.zip" -o /tmp/vulkan-sdk.zip
# unzip /tmp/vulkan-sdk.zip -d /tmp
# /tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
# --root ~/VulkanSDK/latest --accept-licenses --default-answer --confirm-command install
# cd ~/VulkanSDK/latest
# sudo ./install_vulkan.py
# - name: Build
# run: |
# cd apple
# rm MoltenVK.xcframework
# ln -s ~/VulkanSDK/latest/macOS/lib/MoltenVK.xcframework
# xcodebuild -scheme examples-ios build CODE_SIGNING_ALLOWED=NO
# xcodebuild -scheme examples-macos build

0 comments on commit c5c7398

Please sign in to comment.