|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] CI: disable debug info for analysis jobs
commit c866569ce1591fcae53c03921cf244c93037b2f4
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Wed Jun 3 08:15:55 2026 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Wed Jun 3 08:15:55 2026 +0200
CI: disable debug info for analysis jobs
Its generating and linking takes time (and space), while at the same time
Eclair should be entirely independent of its presence.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
---
automation/gitlab-ci/analyze.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/automation/gitlab-ci/analyze.yaml
b/automation/gitlab-ci/analyze.yaml
index 9bf032931f..55c42e3f84 100644
--- a/automation/gitlab-ci/analyze.yaml
+++ b/automation/gitlab-ci/analyze.yaml
@@ -47,6 +47,7 @@ eclair-x86_64-allcode:
RULESET: "monitored"
EXTRA_XEN_CONFIG: |
CONFIG_ARGO=y
+ CONFIG_DEBUG_INFO=n
CONFIG_DEBUG_LOCK_PROFILE=y
CONFIG_DEBUG_TRACE=y
CONFIG_EFI_SET_VIRTUAL_ADDRESS_MAP=y
@@ -105,6 +106,7 @@ eclair-x86_64-amd:
CONFIG_INTEL_IOMMU=n
CONFIG_EXPERT=y
CONFIG_DEBUG=y
+ CONFIG_DEBUG_INFO=n
CONFIG_GDBSX=n
CONFIG_FRAME_POINTER=n
CONFIG_SELF_TESTS=n
@@ -129,6 +131,7 @@ eclair-ARM64-allcode:
CONFIG_ARM64_SVE=y
CONFIG_ARM_SMMU_V3=y
CONFIG_BOOT_TIME_CPUPOOLS=y
+ CONFIG_DEBUG_INFO=n
CONFIG_DEBUG_LOCK_PROFILE=y
CONFIG_DEBUG_TRACE=y
CONFIG_DEVICE_TREE_DEBUG=y
@@ -206,6 +209,7 @@ eclair-ARM64-amd:
CONFIG_ARM_SMMU_V3=y
CONFIG_EXPERT=y
CONFIG_DEBUG=y
+ CONFIG_DEBUG_INFO=n
CONFIG_FRAME_POINTER=n
CONFIG_SELF_TESTS=n
CONFIG_DEBUG_LOCKS=n
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |