diff options
| author | Tyler Mandry <tmandry@google.com> | 2024-06-28 15:51:32 -0700 |
|---|---|---|
| committer | Tyler Mandry <tmandry@google.com> | 2024-06-28 15:51:32 -0700 |
| commit | a8382023b4a4de1d9babe4ef2ce432fd8a3951f5 (patch) | |
| tree | a2128e4334fe84d24501adbd98d42f76c5589253 | |
| parent | 1727e59ad2b2b8793bda3efac453ea556eb2cdcb (diff) | |
| download | rust-a8382023b4a4de1d9babe4ef2ce432fd8a3951f5.tar.gz rust-a8382023b4a4de1d9babe4ef2ce432fd8a3951f5.zip | |
Clarify docs
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile index a1378089407..be209a9de9f 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile +++ b/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile @@ -1,5 +1,6 @@ # This job builds a toolchain capable of building Fuchsia, and then builds -# Fuchsia. See the build-fuchsia.sh script in this directory for more details. +# Fuchsia as an integration test of the toolchain. See the build-fuchsia.sh +# script in this directory for more details. FROM ubuntu:22.04 |
