Skip to content

Commit 9394ea4

Browse files
committed
ci: switch from swiftsharer to lavapipe
1 parent 8a838d8 commit 9394ea4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ jobs:
163163
stripdown: true
164164

165165
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
166-
install_swiftshader: true
167-
# install_lavapipe: true
166+
# install_swiftshader: true
167+
install_lavapipe: true
168168
- if: ${{ runner.os == 'Windows' }}
169-
name: Windows - Use SwiftShader as Vulkan driver
169+
name: Windows - Use Lavapipe as Vulkan driver
170170
# FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.
171171
run: |
172-
echo "C:/Swiftshader/" >> "$GITHUB_PATH"
173-
echo "VK_DRIVER_FILES=C:/Swiftshader/vk_swiftshader_icd.json" >> "$GITHUB_ENV"
172+
echo "C:/Lavapipe/" >> "$GITHUB_PATH"
173+
echo "VK_DRIVER_FILES=C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json" >> "$GITHUB_ENV"
174174
- if: ${{ runner.os == 'Linux' }}
175175
name: Linux - Install native dependencies
176176
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev

0 commit comments

Comments
 (0)