From 2d69b9e2f86117161a49392634a91191eaaf7bba Mon Sep 17 00:00:00 2001 From: Geod24 Date: Tue, 8 Dec 2020 11:59:44 +0100 Subject: [PATCH] cirrusci.sh: Update comment to mention cross dependence It's important to note this, as an update to this file might pass the CI but could break other repos' CI. --- cirrusci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cirrusci.sh b/cirrusci.sh index a3a72bff8b..70806c5822 100755 --- a/cirrusci.sh +++ b/cirrusci.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Installs the OS-specific prerequisites for Cirrus CI jobs. -# This file is invoked by .cirrus.yml and sets up the machine for -# the later steps with ci.sh. +# This file is invoked by DMD, druntime and Phobos' .cirrus.yml +# and sets up the machine for the later steps with ci.sh. set -uexo pipefail