Skip to content

Commit

Permalink
CI: Disable cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Nov 30, 2023
1 parent d48f336 commit 689653c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 689653c

Please sign in to comment.