mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-28 13:04:47 +00:00
Disable cargo xwin clippy
in trampoline job (#8182)
See https://github.com/rust-cross/cargo-xwin/issues/127
This commit is contained in:
parent
05446cd736
commit
cc9767ca1e
1 changed files with 11 additions and 10 deletions
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
|
@ -353,16 +353,17 @@ jobs:
|
|||
with:
|
||||
tool: cargo-xwin,cargo-bloat
|
||||
|
||||
- name: "Install xwin dependencies"
|
||||
run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
|
||||
|
||||
- name: "Clippy"
|
||||
working-directory: ${{ github.workspace }}/crates/uv-trampoline
|
||||
if: matrix.target-arch == 'x86_64'
|
||||
run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
|
||||
env:
|
||||
XWIN_ARCH: "x86_64"
|
||||
XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
|
||||
# xwin is currently broken. See https://github.com/rust-cross/cargo-xwin/issues/127
|
||||
# - name: "Install xwin dependencies"
|
||||
# run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
|
||||
#
|
||||
# - name: "Clippy"
|
||||
# working-directory: ${{ github.workspace }}/crates/uv-trampoline
|
||||
# if: matrix.target-arch == 'x86_64'
|
||||
# run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
|
||||
# env:
|
||||
# XWIN_ARCH: "x86_64"
|
||||
# XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
|
||||
|
||||
- name: "Bloat Check"
|
||||
working-directory: ${{ github.workspace }}/crates/uv-trampoline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue