mirror of https://github.com/astral-sh/uv
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
|
|
@ -353,16 +353,17 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: cargo-xwin,cargo-bloat
|
tool: cargo-xwin,cargo-bloat
|
||||||
|
|
||||||
- name: "Install xwin dependencies"
|
# xwin is currently broken. See https://github.com/rust-cross/cargo-xwin/issues/127
|
||||||
run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
|
# - 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
|
# - name: "Clippy"
|
||||||
if: matrix.target-arch == 'x86_64'
|
# working-directory: ${{ github.workspace }}/crates/uv-trampoline
|
||||||
run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
|
# if: matrix.target-arch == 'x86_64'
|
||||||
env:
|
# run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
|
||||||
XWIN_ARCH: "x86_64"
|
# env:
|
||||||
XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
|
# XWIN_ARCH: "x86_64"
|
||||||
|
# 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue