File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -353,16 +353,17 @@ jobs:
353
353
with :
354
354
tool : cargo-xwin,cargo-bloat
355
355
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"
366
367
367
368
- name : " Bloat Check"
368
369
working-directory : ${{ github.workspace }}/crates/uv-trampoline
You can’t perform that action at this time.
0 commit comments