Fedor Korotkov
Fedor Korotkov
Do you observe any failures during the installation process of the macOS? This might be related to `boot_command` not successfully doing the installation so your VM ends up without a...
@sridhar-vadlamani-ck are you trying macOS Sequia Beta 2 host by any chance? We've see this issue on Sequia hosts.
But what about the host? Just checking this. But please also check @edigaryev's tip about DHCP.
@dmitry-shibanov my bad! I only ran `npm run build`. Formatted code in [2750121](https://github.com/actions/setup-python/pull/708/commits/2750121aa7086e179d363170998d52ffface3559) and `npm run build`ed just in case but nothing changed.
In the meantime we created a [simple fork](https://github.com/cirruslabs/cache) that patches compiled JavaScript in `dist` folder of `actions/cache` to allow overriding `ACTIONS_CACHE_URL`. See [here](https://github.com/cirruslabs/cache?tab=readme-ov-file#running-with-your-own-implementation-of-github-actions-cache-api) how to run it with your own...
For anyone interested we now maintain a daily updated fork where we monkey patch minimized JavaScript of the action to include a similar patch. Please check out https://github.com/cirruslabs/cache
Sure thing! @ttim was complaining about unstable CI so I took a look 😅
I think if a machine crashes no one can do anything. But in regular scaling scenario such "graceful shutdown" can help with smoother operation IMO.
Wow! Thank you!
Hey @manland, can you just diff `dependencies.json`? I use this approach for example. BTW do you want to fail a build if there are newer versions? I was thinking about...