2323# entirely on clippy jobs and reduce it to line-numbers
2424# only for ones where we run tests.
2525#
26- # Additionally, we disable incremental builds entirely
26+ # Additionally, we disable incremental builds entirely
2727# as our caching system doesn't actually cache our crates.
2828# It adds overhead to the build and another point of failure.
2929
3838 os : windows-2022
3939 target : x86_64-pc-windows-msvc
4040 kind : native
41-
41+
4242 # MacOS
4343 - name : MacOS x86_64
4444 os : macos-12
4949 os : macos-12
5050 target : aarch64-apple-darwin
5151 kind : native
52-
52+
5353 # IOS
5454 - name : IOS aarch64
5555 os : macos-12
@@ -175,7 +175,7 @@ jobs:
175175 - name : Linux x86_64
176176 os : ubuntu-22.04
177177 backends : vulkan gl
178-
178+
179179 name : Test ${{ matrix.name }}
180180 runs-on : ${{ matrix.os }}
181181
@@ -195,24 +195,24 @@ jobs:
195195 uses : taiki-e/install-action@nextest
196196 - name : install cargo-llvm-cov
197197 uses : taiki-e/install-action@cargo-llvm-cov
198-
198+
199199 - name : install swiftshader
200200 if : matrix.os == 'ubuntu-22.04'
201201 shell : bash
202202 run : |
203203 set -e
204-
204+
205205 mkdir -p swiftshader
206206 curl -LsSf https://github.com/gfx-rs/ci-build/releases/latest/download/swiftshader-linux-x86_64.tar.xz | tar -xf - -C swiftshader
207207
208208 echo "LD_LIBRARY_PATH=$PWD/swiftshader" >> $GITHUB_ENV
209-
209+
210210 - name : install llvmpipe, vulkan sdk
211211 if : matrix.os == 'ubuntu-22.04'
212212 shell : bash
213213 run : |
214214 set -e
215-
215+
216216 sudo apt-get update -y -qq
217217
218218 # vulkan sdk
@@ -264,7 +264,7 @@ jobs:
264264 uses : codecov/codecov-action@v3
265265 with :
266266 files : lcov.info
267-
267+
268268 doctest :
269269 name : Doctest
270270 runs-on : ubuntu-22.04
0 commit comments