Skip to content

Commit

Permalink
Merge #1610
Browse files Browse the repository at this point in the history
1610: Re-enable deprecation warnings on DragonFly r=asomers a=rtzoeller

Reverts 0df82de and ac159d9.

Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
  • Loading branch information
bors[bot] and rtzoeller committed Jan 13, 2022
2 parents f8e2750 + 3674d58 commit 916bbfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
29 changes: 3 additions & 26 deletions .cirrus.yml
Expand Up @@ -265,32 +265,6 @@ task:
<< : *BUILD
before_cache_script: rm -rf $CARGO_HOME/registry/index

# DragonflyBSD temporarily needs a pinned nightly toolchain
# rustc is broken on DragonflyBSD as of Dec-5, probably by
# https://github.com/rust-lang/rust/commit/e68887e67cc6b7bb4ea5113a40eaa4c0831bda13
task:
container:
image: rust:1.46
name: DragonFly BSD x86_64
env:
BUILD: check
ZFLAGS: -Zbuild-std
TARGET: x86_64-unknown-dragonfly
# Redox requires a nightly compiler.
# If stuff breaks, change nightly to the date at
# https://gitlab.redox-os.org/redox-os/redox/-/blob/master/rust-toolchain
TOOLCHAIN: nightly-2021-12-04
# Temporarily allow deprecation on DragonflyBSD until an alternative is
# available.
#https://github.com/rust-lang/libc/pull/2522
RUSTFLAGS: -D warnings -A deprecated
setup_script:
- rustup toolchain add $TOOLCHAIN --profile minimal
- rustup component add rust-src --toolchain $TOOLCHAIN
- rustup component add clippy --toolchain $TOOLCHAIN
<< : *BUILD
before_cache_script: rm -rf $CARGO_HOME/registry/index

# Rust Tier 3 targets can't use Rustup
task:
container:
Expand All @@ -300,6 +274,9 @@ task:
TOOLCHAIN: nightly
ZFLAGS: -Zbuild-std
matrix:
- name: DragonFly BSD x86_64
env:
TARGET: x86_64-unknown-dragonfly
- name: OpenBSD x86_64
env:
TARGET: x86_64-unknown-openbsd
Expand Down
13 changes: 3 additions & 10 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 916bbfa

Please sign in to comment.