@@ -265,32 +265,6 @@ task:
265
265
<< : *BUILD
266
266
before_cache_script : rm -rf $CARGO_HOME/registry/index
267
267
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
-
294
268
# Rust Tier 3 targets can't use Rustup
295
269
task :
296
270
container :
@@ -300,6 +274,9 @@ task:
300
274
TOOLCHAIN : nightly
301
275
ZFLAGS : -Zbuild-std
302
276
matrix :
277
+ - name : DragonFly BSD x86_64
278
+ env :
279
+ TARGET : x86_64-unknown-dragonfly
303
280
- name : OpenBSD x86_64
304
281
env :
305
282
TARGET : x86_64-unknown-openbsd
0 commit comments