We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5241455 commit 6562440Copy full SHA for 6562440
juniper_hyper/Makefile.toml
@@ -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.
4
5
[tasks.build-verbose]
-condition = { channels = ["nightly"] }
-
-[tasks.build-verbose.windows]
6
-condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }
+condition = { channels = [] }
7
8
[tasks.test-verbose]
9
10
11
-[tasks.test-verbose.windows]
12
13
14
[tasks.ci-coverage-flow]
15
16
17
-[tasks.ci-coverage-flow.windows]
18
-disabled = true
0 commit comments