@@ -50,12 +50,11 @@ jobs:
50
50
armv7-linux-androideabi : { TARGET: armv7-linux-androideabi, CPP: 1, STD: 1, RUN: 1 }
51
51
i686-linux-android : { TARGET: i686-linux-android, CPP: 1, STD: 1, RUN: 1 }
52
52
x86_64-linux-android : { TARGET: x86_64-linux-android, CPP: 1, STD: 1, RUN: 1 }
53
- i686-apple-darwin : { TARGET: i686-apple-darwin, CPP: 1, DYLIB: 1, STD: 1, RUN: 1, VM_IMAGE: macOS-10.13 }
54
53
x86_64-apple-darwin : { TARGET: x86_64-apple-darwin, CPP: 1, DYLIB: 1, STD: 1, RUN: 1, VM_IMAGE: macOS-latest, DEPLOY: 1 }
55
54
x86_64-pc-windows-gnu : { TARGET: x86_64-pc-windows-gnu, CPP: 1, STD: 1, RUN: 1 }
56
55
# `cargo build` fails with undefined symbols (https://github.com/rust-lang/rust/issues/32859) on `i686-pc-windows-gnu`.
57
56
# i686-pc-windows-gnu: { TARGET: i686-pc-windows-gnu, CPP: 1, STD: 1, RUN: 1 }
58
- x86_64-unknown-dragonfly : { TARGET: x86_64-unknown-dragonfly, CPP: 1, DYLIB: 1, TOOLCHAIN: nightly }
57
+ # x86_64-unknown-dragonfly: { TARGET: x86_64-unknown-dragonfly, CPP: 1, DYLIB: 1, TOOLCHAIN: nightly }
59
58
# i686-unknown-freebsd: { TARGET: i686-unknown-freebsd, DYLIB: 1, STD: 1 }
60
59
# x86_64-unknown-freebsd: { TARGET: x86_64-unknown-freebsd, DYLIB: 1, STD: 1 }
61
60
x86_64-unknown-netbsd : { TARGET: x86_64-unknown-netbsd, CPP: 1, DYLIB: 1, STD: 1 }
0 commit comments