We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0806a commit 9631e0dCopy full SHA for 9631e0d
.cirrus.yml
@@ -93,5 +93,7 @@ task:
93
OS_NAME: freebsd
94
HOST_DMD: dmd-2.079.0
95
CI_DFLAGS: -version=TARGET_FREEBSD11
96
- install_bash_and_git_script: pkg install -y bash git
+ 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
99
<< : *COMMON_STEPS_TEMPLATE
0 commit comments