diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fd7173bbb..5a0966aeba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,15 +48,6 @@ jobs: cargo fmt --check displayName: 'cargo fmt --check' - - script: | - export PATH="/home/docker/.cargo/bin:$PATH" - export RUSTUP_HOME=/home/docker/.rustup - export CARGO_HOME=$AGENT_TEMPDIRECTORY/.cargo - export RUSTFLAGS="-D warnings" - export RUSTDOCFLAGS="-D warnings" - cargo doc --all-features --document-private-items --no-deps - displayName: 'cargo doc' - - script: | export PATH="/home/docker/.cargo/bin:$PATH" export RUSTUP_HOME=/home/docker/.rustup @@ -108,13 +99,6 @@ jobs: /usr/bin/env python3 -c "import sys; print(sys.path)" displayName: 'Provision macOS' - - script: | - export LLVM_CONFIG_PATH=$(brew --prefix llvm)/bin/llvm-config - export RUSTFLAGS="-D warnings" - export RUSTDOCFLAGS="-D warnings" - cargo doc --all-features --document-private-items --no-deps - displayName: 'cargo doc' - - script: | export LLVM_CONFIG_PATH=$(brew --prefix llvm)/bin/llvm-config export RUSTFLAGS="-D warnings"