From e574d8a10a354eb2d4138f4abf81491eaf4fb42b Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Mon, 8 Apr 2024 00:01:43 -0700 Subject: [PATCH] [github][ci] build debug and release builds with clang --- .github/workflows/github-ci-clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-ci-clang.yml b/.github/workflows/github-ci-clang.yml index 091cf1b5a..2c0ef31aa 100644 --- a/.github/workflows/github-ci-clang.yml +++ b/.github/workflows/github-ci-clang.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: toolchain-ver: [13, 14, 15] - debug: [2] + debug: [2, 0] project: # Note: Clang toolchains do not ship with a compiler-rt (libgcc) for # all targets, so we have to restrict this build matrix to targets