mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
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:
parent
b5c089a5aa
commit
2d69b9e2f8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue