Fedor Korotkov

Results 396 comments of Fedor Korotkov

Whoops. Sorry about that. Flutter images will pick up the update on the next release

How big is your directory that `.cirrus.yml` is located in? Cirrus CLI copies all files over inside the virtual machine which might take a while. Alternatively, you can try to...

Pretty much like you outlined except we'll wait for the first public macOS 15 beta to start pushing the images. 🙌

@waddles we don't do anything specific. The builds we have are automated: https://github.com/cirruslabs/macos-image-templates/blob/24ff639c4d51c9e374df35434b39cf0aa3260424/.cirrus.yml#L46-L47 The only thing is that we build on a Sequoia host so Apple ID is working.

+1 for @edigaryev's: > Also, falling back to a standard ~/.docker/config.json location when TART_DOCKER_CONFIG is explicitly set could be considered magical by some. IMO it's better to fail fast then...

IMO mimic the REST API is a bit too much for the CLI. @bartekpacia you can use either `cache` instruction or HTTP cache with the CLI to pass files between...

@edigaryev what do you think about a request header. Since the payload is a GraphQL query response and I don't think we can add `timestamp` there. 🤔

In #843 we dropped support for Monterey VMs because Sequoia VMs are crashing if there is `VZUSBScreenCoordinatePointingDeviceConfiguration` which seems lead to the issue. While I don't see the preferences visually...

What do you mean by "without necessarily knowing the resulting image name"? For example, GCP's `googlecompute` builder also overrides image if `image_name` is not the default `packer-{{timestamp}}` one. I guess...

I think you can already achieve this using Starlark and `CIRRUS_REPO_OWNER` environment variable. You can extract the YAML achors in two different files like `.ci/our_instances.yml` and `.ci/cirrus_instances.yml` and put something...