Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 9631e0d

Browse files
pbackusdlang-bot
authored andcommitted
cirrus.yml: Use an alternative mirror for FreeBSD 11
See dlang/dmd#14076
1 parent cd0806a commit 9631e0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cirrus.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,7 @@ task:
9393
OS_NAME: freebsd
9494
HOST_DMD: dmd-2.079.0
9595
CI_DFLAGS: -version=TARGET_FREEBSD11
96-
install_bash_and_git_script: pkg install -y bash git
96+
install_bash_and_git_script: |
97+
sed -i '' -e 's|pkg.FreeBSD.org|mirrors.xtom.com/freebsd-pkg|' /etc/pkg/FreeBSD.conf
98+
pkg install -y bash git
9799
<< : *COMMON_STEPS_TEMPLATE

0 commit comments

Comments
 (0)