URL: https://github.com/SSSD/sssd/pull/5757
Author: justin-stephenson
 Title: #5757: CI: unset DEBUGINFOD_URLS
Action: opened

PR body:
"""
Fedora 35 adds support to automatically fetch debuginfo, this
causes slowness in valgrind and leads to timeouts/systemd-oomd
invoked on the CI make check valgrind step.

https://fedoraproject.org/wiki/Changes/DebuginfodByDefault
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5757/head:pr5757
git checkout pr5757
From 563acca12ede75183247a180d03664d1cd27df8a Mon Sep 17 00:00:00 2001
From: Justin Stephenson <jstep...@redhat.com>
Date: Fri, 20 Aug 2021 09:54:44 -0400
Subject: [PATCH] CI: unset DEBUGINFOD_URLS

Fedora 35 adds support to automatically fetch debuginfo, this
causes slowness in valgrind and leads to timeouts/systemd-oomd
invoked on the CI make check valgrind step.

https://fedoraproject.org/wiki/Changes/DebuginfodByDefault
---
 contrib/ci/run | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/ci/run b/contrib/ci/run
index beb0ea9d14..8c6b1843f7 100755
--- a/contrib/ci/run
+++ b/contrib/ci/run
@@ -354,6 +354,7 @@ fi
 
 trap 'echo FAILURE' EXIT
 rm_rf_ro ci-*
+unset DEBUGINFOD_URLS
 export V=1
 if "$DEPS"; then
     stage install-deps  deps_install
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to