Skip to content

Commit

Permalink
cirrus.yml: Bump FreeBSD images to version 12.3 and 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed May 9, 2022
1 parent 159dd03 commit eb99c97
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,34 +134,34 @@ macos10_task:
<< : *COMMON_STEPS_TEMPLATE

# FreeBSD
freebsd12_task:
name: FreeBSD 12.2 x64, DMD ($TASK_NAME_TYPE)
freebsd13_task:
name: FreeBSD 13.0 x64, DMD ($TASK_NAME_TYPE)
freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-0
cpu: 4
memory: 8G
timeout_in: 60m
environment:
OS_NAME: freebsd
CI_DFLAGS: -version=TARGET_FREEBSD12
CI_DFLAGS: -version=TARGET_FREEBSD13
matrix:
- TASK_NAME_TYPE: latest
- TASK_NAME_TYPE: coverage
<< : *COVERAGE_ENVIRONMENT_TEMPLATE
install_bash_script: pkg install -y bash
<< : *COMMON_STEPS_TEMPLATE

freebsd11_task:
name: FreeBSD 11.4 x64, DMD (bootstrap)
freebsd12_task:
name: FreeBSD 12.3 x64, DMD (bootstrap)
freebsd_instance:
image_family: freebsd-11-4
image_family: freebsd-12-3
cpu: 4
memory: 8G
timeout_in: 60m
environment:
OS_NAME: freebsd
HOST_DMD: dmd-2.079.0
CI_DFLAGS: -version=TARGET_FREEBSD11
CI_DFLAGS: -version=TARGET_FREEBSD12
install_bash_script: |
sed -i '' -e 's|pkg.FreeBSD.org|mirrors.xtom.com/freebsd-pkg|' /etc/pkg/FreeBSD.conf
pkg install -y bash
Expand Down

0 comments on commit eb99c97

Please sign in to comment.