Revert "Disable cargo xwin clippy in trampoline job (#8182)"

This reverts commit cc9767ca1e.
This commit is contained in:
samypr100 2024-10-14 15:39:14 -04:00
parent 384fc896e9
commit 16f5ed02e1
No known key found for this signature in database
GPG key ID: E1717AA77760955D

View file

@ -359,17 +359,16 @@ jobs:
with: with:
tool: cargo-xwin,cargo-bloat tool: cargo-xwin,cargo-bloat
# xwin is currently broken. See https://github.com/rust-cross/cargo-xwin/issues/127 - name: "Install xwin dependencies"
# - name: "Install xwin dependencies" run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
# run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
# - name: "Clippy"
# - name: "Clippy" working-directory: ${{ github.workspace }}/crates/uv-trampoline
# working-directory: ${{ github.workspace }}/crates/uv-trampoline if: matrix.target-arch == 'x86_64'
# if: matrix.target-arch == 'x86_64' run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
# run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings env:
# env: XWIN_ARCH: "x86_64"
# XWIN_ARCH: "x86_64" XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
# XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
- name: "Bloat Check" - name: "Bloat Check"
working-directory: ${{ github.workspace }}/crates/uv-trampoline working-directory: ${{ github.workspace }}/crates/uv-trampoline