mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Update features set in CI.
This commit is contained in:
parent
2932932a2d
commit
7b241eaa9b
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -61,16 +61,9 @@ jobs:
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
- run: rustup component add rustfmt || echo "rustfmt not available"
|
||||
|
||||
# Deny warnings on CI to avoid warnings getting into the codebase, and note
|
||||
# the `force-system-lib-on-osx` which is intended to fix compile issues on
|
||||
# OSX where compiling curl from source on OSX yields linker errors on Azure.
|
||||
#
|
||||
# Note that the curl issue is traced back to alexcrichton/curl-rust#279
|
||||
# where it looks like the OSX version we're actually running on is such that
|
||||
# a symbol is emitted that's never worked. For now force the system library
|
||||
# to be used to fix the link errors.
|
||||
- run: cargo test --features 'deny-warnings curl/force-system-lib-on-osx'
|
||||
- run: cargo test -p cargo-test-support
|
||||
# Deny warnings on CI to avoid warnings getting into the codebase.
|
||||
- run: cargo test --features 'deny-warnings'
|
||||
- run: cargo test --features 'deny-warnings' -p cargo-test-support
|
||||
- run: cargo test -p cargo-platform
|
||||
|
||||
resolver:
|
||||
|
Loading…
x
Reference in New Issue
Block a user