Skip to content

Commit 40be3bb

Browse files
committed
Don't install rust-src on nightly for normal tests
1 parent 0dd7967 commit 40be3bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/azure-test-all.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ steps:
1616
- bash: rustup component add clippy || echo "clippy not available"
1717
displayName: "Install clippy (maybe)"
1818

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-
2419
# Deny warnings on CI to avoid warnings getting into the codebase, and note the
2520
# `force-system-lib-on-osx` which is intended to fix compile issues on OSX where
2621
# compiling curl from source on OSX yields linker errors on Azure.

0 commit comments

Comments
 (0)