Skip to content

Commit

Permalink
ci: wattafak
Browse files Browse the repository at this point in the history
bring dependencies from mesa's macos ci
might bring that back next
  • Loading branch information
SolDev69 committed Dec 9, 2023
1 parent 774da71 commit 06e8ef8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Build iOS
run: |
ln -s vulkan_ios.pc vulkan.pc
brew install meson pkg-config libclc
brew install meson pkg-config libclc bison expat
pip3 install mako
# git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
# cd drm
Expand All @@ -39,15 +40,16 @@ jobs:
-Dxlib-lease=disabled \
-Degl=disabled \
-Dgbm=disabled \
-Dglx=disabled \
-Dglx=dri \
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=asahi \
-Dgallium-drivers=swrast,asahi \
-Dshared-glapi=false \
-Dbuildtype=release \
-Dtools=asahi \
-Dmicrosoft-clc=disabled
-Dmicrosoft-clc=disabled \
-Dxmlconfig=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 06e8ef8

Please sign in to comment.