From a5b72577e618df28684466460535878993839762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Fri, 2 Sep 2022 21:29:11 +0200 Subject: [PATCH] Meta: Enable full region dumping on CI --- .github/workflows/cmake.yml | 1 + Meta/Azure/Serenity.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bc9f78f7817..8b8e0af859d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -164,6 +164,7 @@ jobs: -DCMAKE_C_COMPILER=gcc-11 \ -DCMAKE_CXX_COMPILER=g++-11 \ -DENABLE_UNDEFINED_SANITIZER=ON \ + -DDUMP_REGIONS_ON_CRASH=ON \ -DENABLE_PCI_IDS_DOWNLOAD=OFF \ -DENABLE_USB_IDS_DOWNLOAD=OFF if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }} diff --git a/Meta/Azure/Serenity.yml b/Meta/Azure/Serenity.yml index 5303a2cbe02..65aa7d927b0 100644 --- a/Meta/Azure/Serenity.yml +++ b/Meta/Azure/Serenity.yml @@ -47,6 +47,7 @@ jobs: -DSERENITY_TOOLCHAIN=Clang \ -DENABLE_UNDEFINED_SANITIZER=ON \ -DENABLE_USERSPACE_COVERAGE_COLLECTION=${{ parameters.coverage }} \ + -DDUMP_REGIONS_ON_CRASH=ON \ -DENABLE_PCI_IDS_DOWNLOAD=OFF \ -DENABLE_USB_IDS_DOWNLOAD=OFF \ -DCMAKE_C_COMPILER=gcc-11 \