@@ -50,12 +50,11 @@ jobs:
5050 armv7-linux-androideabi : { TARGET: armv7-linux-androideabi, CPP: 1, STD: 1, RUN: 1 }
5151 i686-linux-android : { TARGET: i686-linux-android, CPP: 1, STD: 1, RUN: 1 }
5252 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 }
5453 x86_64-apple-darwin : { TARGET: x86_64-apple-darwin, CPP: 1, DYLIB: 1, STD: 1, RUN: 1, VM_IMAGE: macOS-latest, DEPLOY: 1 }
5554 x86_64-pc-windows-gnu : { TARGET: x86_64-pc-windows-gnu, CPP: 1, STD: 1, RUN: 1 }
5655 # `cargo build` fails with undefined symbols (https://github.com/rust-lang/rust/issues/32859) on `i686-pc-windows-gnu`.
5756 # 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 }
5958 # i686-unknown-freebsd: { TARGET: i686-unknown-freebsd, DYLIB: 1, STD: 1 }
6059 # x86_64-unknown-freebsd: { TARGET: x86_64-unknown-freebsd, DYLIB: 1, STD: 1 }
6160 x86_64-unknown-netbsd : { TARGET: x86_64-unknown-netbsd, CPP: 1, DYLIB: 1, STD: 1 }
0 commit comments