Fedor Korotkov
Fedor Korotkov
And install 7zip
Fixes https://github.com/cirruslabs/docker-images-flutter/issues/62
Since the base `cirrusci/android-sdk:29`updated to Ubuntu 20.04 there is an issue with installing Chromium: https://twitter.com/fedor/status/1268948708902739969
This way we can mount a local folder with Xcode XIPs so we don't need to download it each time: https://github.com/cirruslabs/macos-image-templates/blob/439e73a85f64cf2f297764062a7f6557233df74f/templates/xcode.pkr.hcl#L72
Some tools still use the old Status API and it will be nice to support it as well. See docs here: https://developer.github.com/v3/repos/statuses/
It will be nice to be able to actually "queue" PRs in case of a failures on a target branch. Once a PR is queued it will be merged once...
**Describe the bug** We are running ephemeral runners and sometimes experiencing the following behaviour: - Runner successfully connects and start listening for jobs indicated by `Listening for Jobs` log message....
# Description Since now `docker_builder` supports multiple architectures, it is theoretically possible to build a multi-arch images on two separate VMs in parallel and enjoy native performance, then we can...