From 3834c9be6f664c4896b9db69435317875d962db5 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Thu, 19 Mar 2026 16:15:08 -0700 Subject: [PATCH] torture build with clang release runs out of memory --- .github/workflows/builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 8f8bdcc0..d3ea041d 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -45,6 +45,9 @@ jobs: mode: - debug - release + exclude: + # clang runs OOM in release with ASAN + - { compiler: clang mode: release } steps: - name: checkout uses: actions/checkout@v6