|
32 | 32 | install_runtime: true |
33 | 33 | cache: true |
34 | 34 | stripdown: true |
35 | | - |
36 | | - # FIXME(eddyb) consider using lavapipe instead, or even trying both. |
37 | | - install_swiftshader: true |
38 | | - # install_lavapipe: true |
39 | 35 | - if: ${{ runner.os == 'Linux' }} |
40 | 36 | name: Linux - Install native dependencies |
41 | 37 | run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev |
|
97 | 93 | install_runtime: true |
98 | 94 | cache: true |
99 | 95 | stripdown: true |
100 | | - |
101 | | - # FIXME(eddyb) consider using lavapipe instead, or even trying both. |
102 | | - install_swiftshader: true |
103 | | - # install_lavapipe: true |
104 | 96 | - name: install rust-toolchain |
105 | 97 | run: cargo version |
106 | 98 | - name: cargo fetch --locked |
@@ -145,10 +137,6 @@ jobs: |
145 | 137 | install_runtime: true |
146 | 138 | cache: true |
147 | 139 | stripdown: true |
148 | | - |
149 | | - # FIXME(eddyb) consider using lavapipe instead, or even trying both. |
150 | | - install_swiftshader: true |
151 | | - # install_lavapipe: true |
152 | 140 | - name: install rust-toolchain |
153 | 141 | run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV" |
154 | 142 | - name: cargo fetch --locked |
@@ -240,10 +228,6 @@ jobs: |
240 | 228 | install_runtime: true |
241 | 229 | cache: true |
242 | 230 | stripdown: true |
243 | | - |
244 | | - # FIXME(eddyb) consider using lavapipe instead, or even trying both. |
245 | | - install_swiftshader: true |
246 | | - # install_lavapipe: true |
247 | 231 | # cargo version is a random command that forces the installation of rust-toolchain |
248 | 232 | - name: install rust-toolchain |
249 | 233 | run: cargo version |
|
0 commit comments