Skip to content

Commit 6562440

Browse files
theduketheduke
authored and
theduke
committed
Disable juniper_hyper testing due to rustc bug.
1 parent 5241455 commit 6562440

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

juniper_hyper/Makefile.toml

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1+
# Testing for juniper_hyper is disabled due to a bug in rustc # which causes
2+
# an internal compiler error.
3+
# TODO: remove this file completely once the crate compiles again.
14

25
[tasks.build-verbose]
3-
condition = { channels = ["nightly"] }
4-
5-
[tasks.build-verbose.windows]
6-
condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }
6+
condition = { channels = [] }
77

88
[tasks.test-verbose]
9-
condition = { channels = ["nightly"] }
10-
11-
[tasks.test-verbose.windows]
12-
condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }
9+
condition = { channels = [] }
1310

1411
[tasks.ci-coverage-flow]
15-
condition = { channels = ["nightly"] }
16-
17-
[tasks.ci-coverage-flow.windows]
18-
disabled = true
12+
condition = { channels = [] }

0 commit comments

Comments
 (0)