From 05a9ee7285f2e1f13a74f97de74af3602e3a546a Mon Sep 17 00:00:00 2001 From: Matheus Catarino Date: Thu, 17 Oct 2024 15:32:51 -0300 Subject: [PATCH] D - CI notes --- .github/workflows/ci_bindings_d.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_bindings_d.yml b/.github/workflows/ci_bindings_d.yml index d8037193eb6e..9835868b59c2 100644 --- a/.github/workflows/ci_bindings_d.yml +++ b/.github/workflows/ci_bindings_d.yml @@ -44,6 +44,8 @@ jobs: test: strategy: matrix: + # dmd: base (self-hosting) compiler (frontend & backend) + # ldc2/ldmd2: (dmd-frontend + LLVM backend) - recommended for MacOS ARM64 dlang: ["ldc-latest", "dmd-latest"] runs-on: ubuntu-latest steps: