@@ -265,32 +265,6 @@ task:
265265 << : *BUILD
266266 before_cache_script : rm -rf $CARGO_HOME/registry/index
267267
268- # DragonflyBSD temporarily needs a pinned nightly toolchain
269- # rustc is broken on DragonflyBSD as of Dec-5, probably by
270- # https://github.com/rust-lang/rust/commit/e68887e67cc6b7bb4ea5113a40eaa4c0831bda13
271- task :
272- container :
273- image : rust:1.46
274- name : DragonFly BSD x86_64
275- env :
276- BUILD : check
277- ZFLAGS : -Zbuild-std
278- TARGET : x86_64-unknown-dragonfly
279- # Redox requires a nightly compiler.
280- # If stuff breaks, change nightly to the date at
281- # https://gitlab.redox-os.org/redox-os/redox/-/blob/master/rust-toolchain
282- TOOLCHAIN : nightly-2021-12-04
283- # Temporarily allow deprecation on DragonflyBSD until an alternative is
284- # available.
285- # https://github.com/rust-lang/libc/pull/2522
286- RUSTFLAGS : -D warnings -A deprecated
287- setup_script :
288- - rustup toolchain add $TOOLCHAIN --profile minimal
289- - rustup component add rust-src --toolchain $TOOLCHAIN
290- - rustup component add clippy --toolchain $TOOLCHAIN
291- << : *BUILD
292- before_cache_script : rm -rf $CARGO_HOME/registry/index
293-
294268# Rust Tier 3 targets can't use Rustup
295269task :
296270 container :
@@ -300,6 +274,9 @@ task:
300274 TOOLCHAIN : nightly
301275 ZFLAGS : -Zbuild-std
302276 matrix :
277+ - name : DragonFly BSD x86_64
278+ env :
279+ TARGET : x86_64-unknown-dragonfly
303280 - name : OpenBSD x86_64
304281 env :
305282 TARGET : x86_64-unknown-openbsd
0 commit comments