Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit b7677c7

Browse files
committed
ci: add revs testing rustc 1.94.0 -Ztarget-spec-json requirement
1 parent 5bc8547 commit b7677c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/push.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ 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+
- rust-gpu-version: 877bd8697a15f3e6d09446a5e1807e6237ca1dac
101109
runs-on: ubuntu-latest
102110
env:
103111
RUST_LOG: debug

0 commit comments

Comments
 (0)