Skip to content

Commit c112eb9

Browse files
committed
ci: switch from swiftsharer to lavapipe
1 parent d4ef5dc commit c112eb9

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
@@ -162,14 +162,14 @@ jobs:
162162
stripdown: true
163163

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

0 commit comments

Comments
 (0)