rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
71 stars 92 forks source link

CI Builds fail on Azure Pipelines since 2020-03-23 #40

Closed skeleten closed 4 years ago

skeleten commented 4 years ago

It seems the action using Azure Pipelines is failing because

An image label with the label win1803 does not exist.

Earlier faillure gave the more verbose message

This job was blocked because it uses a Microsoft hosted agent (win1803) that was removed on March 23rd, 2020.  See https://aka.ms/blocked-hosted-agent for more information.
jyn514 commented 4 years ago

We probably should just remove the Azure CI run, I don't think anyone uses the windows build env (?)

cc @pietroalbini

pietroalbini commented 4 years ago

It was used by Crater for Windows. I think for now it's safe to disable it, but we might want to bring it up again if work on it starts back (cc @rylev).