We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd7967 commit 40be3bbCopy full SHA for 40be3bb
ci/azure-test-all.yml
@@ -16,11 +16,6 @@ steps:
16
- bash: rustup component add clippy || echo "clippy not available"
17
displayName: "Install clippy (maybe)"
18
19
-# This is needed for standard library tests.
20
-- bash: rustup component add rust-src
21
- condition: and(succeeded(), eq(variables['TOOLCHAIN'], 'nightly'))
22
- displayName: "Install rust-src (maybe)"
23
-
24
# Deny warnings on CI to avoid warnings getting into the codebase, and note the
25
# `force-system-lib-on-osx` which is intended to fix compile issues on OSX where
26
# compiling curl from source on OSX yields linker errors on Azure.
0 commit comments