Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ task:

format_and_dart_test_task:
container:
image: gcr.io/flutter-cirrus/build-engine-image:0.2
image: gcr.io/flutter-cirrus/build-engine-image:latest

env:
CIRRUS_WORKING_DIR: "/tmp/github_repo"
Expand Down
3 changes: 1 addition & 2 deletions ci/docker/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ This directory includes scripts to build the docker container image used for
building flutter/engine in our CI system (currently [Cirrus](cirrus-ci.org)).

In order to run the scripts, you have to setup `docker` and `gcloud`. Please
refer to the [internal flutter team doc](go/flutter-team) for how to setup in a
Google internal environment.
refer to internal doc go/installdocker for how to setup `docker` on gLinux.

After setup,
* edit `Dockerfile` to change how the container image is built.
Expand Down