torture build with clang release runs out of memory

This commit is contained in:
Nikita Smith
2026-04-06 12:04:31 -07:00
parent 2331425e20
commit 3834c9be6f
+3
View File
@@ -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