flutter/dev/ci
dependabot[bot] 2ba0d0d73f
Bump activesupport from 6.1.7.1 to 6.1.7.3 in /dev/ci/mac (#122768)
Bump activesupport from 6.1.7.1 to 6.1.7.3 in /dev/ci/mac
2023-03-16 00:06:11 +00:00
..
docker_linux Add a note about updating and fix env variable (#121293) 2023-02-24 18:28:12 +00:00
mac Bump activesupport from 6.1.7.1 to 6.1.7.3 in /dev/ci/mac (#122768) 2023-03-16 00:06:11 +00:00
README.md Remove "note that" in our documentation (as per style guide) (#120842) 2023-02-17 22:27:33 +00:00

This directory includes scripts and tools for setting up Flutter's continuous integration environments.

Cirrus Linux

Flutter's Linux tasks run on a custom Docker image. The Dockerfile for this image can be found at /dev/ci/docker_linux/Dockerfile. On each new change to this Dockerfile, Cirrus will build a new version of the Docker image as a dependency to any Linux tests. It is no longer necessary to manually build and push the Docker image locally.

There are some factors external to the actual Dockerfile that would necessitate rebuilding the Docker image, such as upstream code changes, (Linux distribution) repository updates or a file that gets COPYied into the image changing. In this case, a trivial Dockerfile change (such as a comment) would invalidate the cache and trigger a rebuild.