Skip to content

Commit cc9767c

Browse files
authored
Disable cargo xwin clippy in trampoline job (#8182)
See rust-cross/cargo-xwin#127
1 parent 05446cd commit cc9767c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -353,16 +353,17 @@ jobs:
353353
with:
354354
tool: cargo-xwin,cargo-bloat
355355

356-
- name: "Install xwin dependencies"
357-
run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
358-
359-
- name: "Clippy"
360-
working-directory: ${{ github.workspace }}/crates/uv-trampoline
361-
if: matrix.target-arch == 'x86_64'
362-
run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
363-
env:
364-
XWIN_ARCH: "x86_64"
365-
XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
356+
# xwin is currently broken. See https://github.com/rust-cross/cargo-xwin/issues/127
357+
# - name: "Install xwin dependencies"
358+
# run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
359+
#
360+
# - name: "Clippy"
361+
# working-directory: ${{ github.workspace }}/crates/uv-trampoline
362+
# if: matrix.target-arch == 'x86_64'
363+
# run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
364+
# env:
365+
# XWIN_ARCH: "x86_64"
366+
# XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
366367

367368
- name: "Bloat Check"
368369
working-directory: ${{ github.workspace }}/crates/uv-trampoline

0 commit comments

Comments
 (0)