mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
cirrus.yml: Use an alternative mirror for FreeBSD 11
This commit is contained in:
parent
de56f38c3c
commit
6636fbcb5f
1 changed files with 3 additions and 1 deletions
|
@ -162,5 +162,7 @@ freebsd11_task:
|
|||
OS_NAME: freebsd
|
||||
HOST_DMD: dmd-2.079.0
|
||||
CI_DFLAGS: -version=TARGET_FREEBSD11
|
||||
install_bash_script: pkg install -y bash
|
||||
install_bash_script: |
|
||||
sed -i '' -e 's|pkg.FreeBSD.org|mirrors.xtom.com/freebsd-pkg|' /etc/pkg/FreeBSD.conf
|
||||
pkg install -y bash
|
||||
<< : *COMMON_STEPS_TEMPLATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue