From dfda95be502174277bd35f8a458bf8bd842fb0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Barto=C5=88?= Date: Thu, 19 Dec 2024 20:05:21 +0100 Subject: [PATCH] Enable debug builds --- .github/scripts/config.sh | 2 +- .github/workflows/advanced.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/config.sh b/.github/scripts/config.sh index 956805a0fc..d6cba766d0 100644 --- a/.github/scripts/config.sh +++ b/.github/scripts/config.sh @@ -110,7 +110,7 @@ else GCC_VERSION="15.0.0" fi -DEBUG=${DEBUG:-0} # Enable debug build. +DEBUG=${DEBUG:-1} # Enable debug build. CCACHE=${CCACHE:-0} # Enable usage of ccache. RUN_BOOTSTRAP=${RUN_BOOTSTRAP:-0} # Bootstrap dependencies during the build. UPDATE_SOURCES=${UPDATE_SOURCES:-0} # Update source code repositories. diff --git a/.github/workflows/advanced.yml b/.github/workflows/advanced.yml index 64fd8f9860..996b1e1b15 100644 --- a/.github/workflows/advanced.yml +++ b/.github/workflows/advanced.yml @@ -122,6 +122,7 @@ env: ARTIFACT_PATH: ${{ github.workspace }}/artifact RELATIVE_ARTIFACT_PATH: ./artifact + DEBUG: 1 CCACHE: 1 DELETE_BUILD: 1