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.
This commit is contained in:
Geod24 2020-12-08 11:59:44 +01:00
parent b5c089a5aa
commit 2d69b9e2f8

View file

@ -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