From f0a7b6e7c6bf97b22f3e5f1d600717ac7ba4162f Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 24 Sep 2021 17:41:18 -0700 Subject: pipelines: add 32bit clippy to 32bit rust --- ci/run.ps1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci') diff --git a/ci/run.ps1 b/ci/run.ps1 index 5f25685..d5bae10 100644 --- a/ci/run.ps1 +++ b/ci/run.ps1 @@ -13,6 +13,10 @@ if ($env:arch -eq 'x64') { } elseif ($env:arch -eq 'x86') { # Switch to the x86 Rust toolchain rustup default stable-i686-pc-windows-msvc + + # Also install clippy + rustup component add clippy + # Rust puts its shared stdlib in a secret place, but it is needed to run tests. $env:Path += ";$HOME/.rustup/toolchains/stable-i686-pc-windows-msvc/bin" # Need 32-bit Python for tests that need the Python dependency -- cgit v1.1