Skip to content

Commit

Permalink
ci: try fix the clc situation
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 9, 2023
1 parent d35a00a commit 774da71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build iOS
run: |
ln -s vulkan_ios.pc vulkan.pc
brew install meson pkg-config libclc llvm
brew install meson pkg-config libclc
pip3 install mako
# git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
# cd drm
Expand Down Expand Up @@ -46,7 +46,8 @@ jobs:
-Dgallium-drivers=asahi \
-Dshared-glapi=false \
-Dbuildtype=release \
-Dtools=asahi
-Dtools=asahi \
-Dmicrosoft-clc=disabled
ninja -C "build-ios-aarch64" install
cp -r build-ios-aarch64/src/gallium/drivers/asahi /tmp/
- name: Upload libraries
Expand Down

0 comments on commit 774da71

Please sign in to comment.