WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d4ef5dc

Browse files
committed
ci: don't install swiftshader where not necessary
1 parent 5719b27 commit d4ef5dc

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
install_runtime: true
3333
cache: true
3434
stripdown: true
35-
36-
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
37-
install_swiftshader: true
38-
# install_lavapipe: true
3935
- if: ${{ runner.os == 'Linux' }}
4036
name: Linux - Install native dependencies
4137
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
@@ -97,10 +93,6 @@ jobs:
9793
install_runtime: true
9894
cache: true
9995
stripdown: true
100-
101-
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
102-
install_swiftshader: true
103-
# install_lavapipe: true
10496
- name: install rust-toolchain
10597
run: cargo version
10698
- name: cargo fetch --locked
@@ -145,10 +137,6 @@ jobs:
145137
install_runtime: true
146138
cache: true
147139
stripdown: true
148-
149-
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
150-
install_swiftshader: true
151-
# install_lavapipe: true
152140
- name: install rust-toolchain
153141
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
154142
- name: cargo fetch --locked
@@ -240,10 +228,6 @@ jobs:
240228
install_runtime: true
241229
cache: true
242230
stripdown: true
243-
244-
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
245-
install_swiftshader: true
246-
# install_lavapipe: true
247231
# cargo version is a random command that forces the installation of rust-toolchain
248232
- name: install rust-toolchain
249233
run: cargo version

0 commit comments

Comments
 (0)