Skip to content

Commit ae57849

Browse files
committed
REPLACE REV: ci: add revs testing rustc 1.94.0 -Ztarget-spec-json requirement
1 parent 7d594ac commit ae57849

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/push.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ jobs:
9898
glam-version: =0.30.7
9999
# after, glam >0.30.8
100100
- rust-gpu-version: e767f24f2565baf1a71bbaf84d453d181cab2417
101+
102+
# rustc 1.94.0 destabilised json target specs, requiring `-Ztarget-spec-json`
103+
# see https://github.com/Rust-GPU/rust-gpu/pull/545
104+
# see https://github.com/rust-lang/rust/pull/150151
105+
# before
106+
- rust-gpu-version: 30896871ba00e668029ccb724f1438202b284708
107+
# after
108+
# TODO: PRELIMINARY
109+
- rust-gpu-version: 12762d769f7310ab88f09026ced29e4a3c4f1858
101110
runs-on: ubuntu-latest
102111
env:
103112
RUST_LOG: debug

0 commit comments

Comments
 (0)