Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ coverage_environment_template: &COVERAGE_ENVIRONMENT_TEMPLATE
CODECOV_TOKEN: ENCRYPTED[cc6ce01618eaee6c9a08ebc81446a9233588df3b2c6ba4e30ffb7715ee9815734ccfd9fcec4f6abfc6a1b9dd8253110d]

# FreeBSD
freebsd13_task:
name: FreeBSD 13.0 x64, DMD ($TASK_NAME_TYPE)
freebsd14_task:
name: FreeBSD 14.3 x64, DMD ($TASK_NAME_TYPE)
allow_failures: true # might be out of credits
freebsd_instance:
image_family: freebsd-13-0
image_family: freebsd-14-3
cpu: 4
memory: 8G
timeout_in: 60m
environment:
OS_NAME: freebsd
CI_DFLAGS: -version=TARGET_FREEBSD13
CI_DFLAGS: -version=TARGET_FREEBSD14
matrix:
- TASK_NAME_TYPE: coverage
<< : *COVERAGE_ENVIRONMENT_TEMPLATE
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ jobs:
fail-fast: false
matrix:
include:
- job_name: FreeBSD 13.2 x64, DMD (latest)
freebsd_version: '13.2'
- job_name: FreeBSD 14.3 x64, DMD (latest)
freebsd_version: '14.3'
host_dmd: dmd
- job_name: FreeBSD 13.2 x64, DMD (bootstrap)
freebsd_version: '13.2'
- job_name: FreeBSD 14.3 x64, DMD (bootstrap)
freebsd_version: '14.3'
host_dmd: dmd-2.095.0
name: ${{ matrix.job_name }}
runs-on: ubuntu-latest
Expand All @@ -201,7 +201,7 @@ jobs:
with:
fetch-depth: 50
- name: Run in VM
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v1.3.0
timeout-minutes: 19
with:
operating_system: freebsd
Expand Down
6 changes: 3 additions & 3 deletions ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ These should be taken seriously, since untested code is likely to introduce bugs
**Config**: [.cirrus.yml](https://github.com/dlang/dmd/blob/master/.cirrus.yml)

**Checks**:
- FreeBSD 12.3 x64, DMD (bootstrap)
- FreeBSD 13.0 x64, DMD (coverage)
- FreeBSD 13.0 x64, DMD (latest)
- FreeBSD 14.3 x64, DMD (bootstrap)
- FreeBSD 14.3 x64, DMD (coverage)
- FreeBSD 14.3 x64, DMD (latest)
- Ubuntu 22.04 x64, DMD (bootstrap)
- Ubuntu 22.04 x64, DMD (latest)
- Ubuntu 22.04 x64, GDC
Expand Down
Loading