From 4299c904578b6e08ba24aaf4a8f2ffecfc9c737e Mon Sep 17 00:00:00 2001 From: Gadi Aleksandrowicz Date: Wed, 5 Mar 2025 10:43:26 +0200 Subject: [PATCH] Add rustup override but comment it out to verify problem persists --- .azure/test-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/test-linux.yml b/.azure/test-linux.yml index e1ffead21e97..30dec3ae34c9 100644 --- a/.azure/test-linux.yml +++ b/.azure/test-linux.yml @@ -72,6 +72,8 @@ jobs: - ${{ if eq(parameters.installFromSdist, false) }}: - bash: | set -e + # Use stable Rust, rather than MSRV, to spot-check that stable builds properly. + # rustup override set stable source test-job/bin/activate python -m pip install -U \ -c constraints.txt \