mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
Meta: Enable full region dumping on CI
This commit is contained in:
parent
1a7d6508e3
commit
a5b72577e6
2 changed files with 2 additions and 0 deletions
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
|
@ -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' }}
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue