From f1c3818fd444882803cc0297b73d7068be48a042 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Fri, 11 Sep 2026 15:52:57 +0200 Subject: [PATCH] GHA: Minimally simplify FreeBSD job definitions As build.d nowadays defines a proper default `TARGET_FREEBSD` version if needed. --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c12740d33737..3448e2d6cc26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,13 +86,11 @@ jobs: os: ubuntu-latest vm_os: freebsd vm_os_version: '14.4' - dflags: -version=TARGET_FREEBSD14 host_dmd: dmd - job_name: FreeBSD 14.4 x64, DMD (bootstrap) os: ubuntu-latest vm_os: freebsd vm_os_version: '14.4' - dflags: -version=TARGET_FREEBSD14 host_dmd: dmd-2.095.0 name: ${{ matrix.job_name }} runs-on: ${{ matrix.os }} @@ -103,7 +101,6 @@ jobs: OS_NAME: ${{ matrix.vm_os || (startsWith(matrix.os, 'ubuntu') && 'linux' || (startsWith(matrix.os, 'macos') && 'osx' || (startsWith(matrix.os, 'windows') && 'windows' || ''))) }} MODEL: ${{ matrix.model || '64' }} HOST_DMD: ${{ matrix.host_dmd }} - CI_DFLAGS: ${{ matrix.dflags }} # N is set dynamically below FULL_BUILD: true # for coverage: