mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
Cirrus: Bump FreeBSD from v11/12 to v12/13
This was done in DMD (c63a8be0aa
)
but not here, and the CI is currently broken on 11.
This commit is contained in:
parent
29a71efbae
commit
0535e368dc
1 changed files with 9 additions and 9 deletions
18
.cirrus.yml
18
.cirrus.yml
|
@ -51,30 +51,30 @@ macos_task:
|
||||||
<< : *COMMON_STEPS_TEMPLATE
|
<< : *COMMON_STEPS_TEMPLATE
|
||||||
|
|
||||||
# FreeBSD
|
# FreeBSD
|
||||||
freebsd12_task:
|
freebsd13_task:
|
||||||
name: FreeBSD 12.2 x64
|
name: FreeBSD 13.0 x64
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-12-2
|
image_family: freebsd-13-0
|
||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 8G
|
memory: 8G
|
||||||
timeout_in: 60m
|
timeout_in: 60m
|
||||||
environment:
|
environment:
|
||||||
OS_NAME: freebsd
|
OS_NAME: freebsd
|
||||||
CI_DFLAGS: -version=TARGET_FREEBSD12
|
CI_DFLAGS: -version=TARGET_FREEBSD13
|
||||||
install_bash_and_git_script: pkg install -y bash git
|
install_bash_and_git_script: pkg install -y bash git
|
||||||
<< : *COMMON_STEPS_TEMPLATE
|
<< : *COMMON_STEPS_TEMPLATE
|
||||||
|
|
||||||
freebsd11_task:
|
freebsd12_task:
|
||||||
name: FreeBSD 11.4 x64
|
name: FreeBSD 12.3 x64
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-11-4
|
image_family: freebsd-12-3
|
||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 8G
|
memory: 8G
|
||||||
timeout_in: 60m
|
timeout_in: 60m
|
||||||
environment:
|
environment:
|
||||||
OS_NAME: freebsd
|
OS_NAME: freebsd
|
||||||
HOST_DMD: dmd-2.079.0
|
HOST_DMD: dmd-2.095.0
|
||||||
CI_DFLAGS: -version=TARGET_FREEBSD11
|
CI_DFLAGS: -version=TARGET_FREEBSD12
|
||||||
install_bash_and_git_script: |
|
install_bash_and_git_script: |
|
||||||
sed -i '' -e 's|pkg.FreeBSD.org|mirrors.xtom.com/freebsd-pkg|' /etc/pkg/FreeBSD.conf
|
sed -i '' -e 's|pkg.FreeBSD.org|mirrors.xtom.com/freebsd-pkg|' /etc/pkg/FreeBSD.conf
|
||||||
pkg install -y bash git
|
pkg install -y bash git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue