Skip to content

Commit 8575fa3

Browse files
committed
.github: CONFIG_DYNAMIC_DEBUG=y
This is required by --cxl-debug which is part of --cxl-test-run Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 623894e commit 8575fa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cxl-test.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ CONFIG_TRANSPARENT_HUGEPAGE=y
4141
CONFIG_DEV_DAX=m
4242
CONFIG_DEV_DAX_CXL=m
4343

44+
# --cxl-debug requirement (part of --cxl-test-run)
45+
CONFIG_DYNAMIC_DEBUG=y
4446

4547
# Optimization: saves almost half the compilation time with just one
4648
# one-line. When making and testing changes above, comment out this line

0 commit comments

Comments
 (0)