We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6e996 commit 4e13dc7Copy full SHA for 4e13dc7
tests/testsuite/fetch.rs
@@ -15,6 +15,10 @@ fn no_deps() {
15
16
#[test]
17
fn fetch_all_platform_dependencies_when_no_target_is_given() {
18
+ if cross_compile::disabled() {
19
+ return;
20
+ }
21
+
22
Package::new("d1", "1.2.3")
23
.file("Cargo.toml", &basic_manifest("d1", "1.2.3"))
24
.file("src/lib.rs", "")
@@ -60,6 +64,10 @@ fn fetch_all_platform_dependencies_when_no_target_is_given() {
60
64
61
65
62
66
fn fetch_platform_specific_dependencies() {
67
68
69
70
63
71
72
73
0 commit comments