Skip to content

Commit cbc63dd

Browse files
committed
ci: disable cargo-gpu testing for old versions failing due to msrv bumps
1 parent 1d8b2e8 commit cbc63dd

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,9 @@ jobs:
234234
# 0.8.0 started failing as well due to `zmij v1.0.20` requiring rustc 1.71 or newer
235235
# - rust-gpu-version: 0.8.0
236236
# glam-version: 0.24.2
237-
- rust-gpu-version: 0.9.0
238-
glam-version: 0.24.2
237+
# 0.9.0 started failing due to `jobserver v0.1.35` requiring rustc 1.85 or newer
238+
# - rust-gpu-version: 0.9.0
239+
# glam-version: 0.24.2
239240

240241
# target spec introduction
241242
# last version before
@@ -253,9 +254,10 @@ jobs:
253254
# - rust-gpu-version: bbb61f58b3d24f3f64745050eb214b90bf6dcce9
254255
# glam-version: 0.30.7
255256

257+
# also started failing due to `jobserver v0.1.35` requiring rustc 1.85 or newer
256258
# testing rustc 1.79.0, 1.5 months later
257-
- rust-gpu-version: eea8998df9dc2fd8e7a65c5b5b7ae20c238a665a
258-
glam-version: 0.29.3
259+
# - rust-gpu-version: eea8998df9dc2fd8e7a65c5b5b7ae20c238a665a
260+
# glam-version: 0.29.3
259261

260262
# just after target specs v2 refactor, we updated to rustc 1.85 and needed to change them again
261263
# before

0 commit comments

Comments
 (0)