Skip to content

Commit 16f5ed0

Browse files
committed
Revert "Disable cargo xwin clippy in trampoline job (#8182)"
This reverts commit cc9767c.
1 parent 384fc89 commit 16f5ed0

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -359,17 +359,16 @@ jobs:
359359
with:
360360
tool: cargo-xwin,cargo-bloat
361361

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

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

0 commit comments

Comments
 (0)