cirruslabs / docker-images-windows

Base Windows Docker images for Cirrus CI
MIT License
6 stars 7 forks source link

Clean cache / temporary data more thoroughly. #25

Closed anarazel closed 3 years ago

anarazel commented 3 years ago

The .nupkg files removed are chocolatey's installation packages...

Fixes: #24

anarazel commented 3 years ago

Thanks @fkorotkov - I think you need to rebuild the windows images afterwards though, because now they don't have the new image cached, which means a new windows job with the VS docker image will download ~30GB before running :(

I wonder if this repo should trigger a build in https://github.com/cirruslabs/vm-images somehow?

fkorotkov commented 3 years ago

I believe I re triggered a task here: https://cirrus-ci.com/task/4809291472306176

But I've just re-ran it once again just in case. 🤔

Cross repo integration is something that will be available at some point. Will be great for such cases!

anarazel commented 3 years ago

On 2021-10-08 16:04:41 -0700, Fedor Korotkov wrote:

I believe I re triggered a task here: https://cirrus-ci.com/task/4809291472306176

Right - but then you merged https://github.com/cirruslabs/docker-images-windows/pull/25 yesterday, which afaict ended up publishing a new version of the container...

But I've just re-ran it once again just in case. 🤔

Thanks!