From 9b238bba092b50a3b26be9805fbe76d2eefed512 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Thu, 15 Feb 2024 20:43:49 -0500 Subject: [PATCH] turn off CRASHREPORT for CI minimal build --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d6375391..6d0b52606 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -196,6 +196,7 @@ steps: cd ../.. sed -i '/^#[ ]*define CLIPPING/d' include/config.h sed -i '/^#[ ]*define COMPRESS/d' include/config.h + sed -i '/^#[ ]*define CRASHREPORT/d' include/config.h #sed -i '/^#[ ]*define DOAGAIN/d' include/config.h sed -i '/^#[ ]*define DUMPLOG/d' include/config.h #sed -i '/^#[ ]*define GDBPATH/d' include/config.h